Skip to content

Commit

Permalink
2.33.0: Image Assurance 2.37.0: Quay Registry scanning supportImage A…
Browse files Browse the repository at this point in the history
…ssurance 2.37.0: (#154)

* Quay Container Registry scanning support
* By default scan more images in base image repositories of Container Registries
  • Loading branch information
chkp-rigor authored Oct 21, 2024
1 parent 8e060f6 commit edc5235
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 59 deletions.
4 changes: 2 additions & 2 deletions checkpoint/cloudguard/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 2.32.0
appVersion: 2.33.0
description: A Helm chart for Check Point CloudGuard Workload Security
home: https://portal.checkpoint.com
icon: https://www.checkpoint.com/wp-content/uploads/icon-cloudguard-nav.png
Expand Down Expand Up @@ -35,4 +35,4 @@ keywords:
- gke
- autopilot
name: cloudguard
version: 2.32.0
version: 2.33.0
8 changes: 4 additions & 4 deletions checkpoint/cloudguard/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ addons:
priorityClassName: "system-node-critical"
## Specify image and tag
image: checkpoint/consec-imagescan-daemon
tag: 2.36.0
tag: 2.37.0

## Specify existing service account name ("" to create)
serviceAccountName: ""
Expand All @@ -134,7 +134,7 @@ addons:
shim:
## Specify image and tag
image: checkpoint/consec-imagescan-shim
tag: 2.36.0
tag: 2.37.0

## Configure resource requests and limits
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
Expand Down Expand Up @@ -169,7 +169,7 @@ addons:
engine:
## Specify image and tag
image: checkpoint/consec-imagescan-engine
tag: 2.36.0
tag: 2.37.0

## Specify existing service account name ("" to create)
serviceAccountName: ""
Expand Down Expand Up @@ -201,7 +201,7 @@ addons:
list:
## Specify image and tag
image: checkpoint/consec-imagescan-engine
tag: 2.36.0
tag: 2.37.0

## Specify existing service account name ("" to create)
serviceAccountName: ""
Expand Down
Binary file added repository/cloudguard-2.33.0.tgz
Binary file not shown.
Loading

0 comments on commit edc5235

Please sign in to comment.