Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.28.0: GitHub Registry, reduce URLs for Image Assurance #146

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 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.27.1
appVersion: 2.28.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 All @@ -23,6 +23,8 @@ keywords:
- harbor
- jfrog artifactory
- sonatype nexus
- ghcr
- github container registry
- ecs
- tanzu
- k3s
Expand All @@ -32,4 +34,4 @@ keywords:
- gke
- autopilot
name: cloudguard
version: 2.27.1
version: 2.28.0
18 changes: 9 additions & 9 deletions checkpoint/cloudguard/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ inventory:

## Specify image and tag
image: checkpoint/consec-inventory-agent
tag: 1.13.0
tag: 1.14.0

## Specify existing service account name ("" to create)
serviceAccountName: ""
Expand Down Expand Up @@ -111,7 +111,7 @@ addons:
priorityClassName: "system-node-critical"
## Specify image and tag
image: checkpoint/consec-imagescan-daemon
tag: 2.27.0
tag: 2.29.0

## Specify existing service account name ("" to create)
serviceAccountName: ""
Expand All @@ -133,7 +133,7 @@ addons:
shim:
## Specify image and tag
image: checkpoint/consec-imagescan-shim
tag: 2.27.0
tag: 2.29.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.27.0
tag: 2.29.0

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

## Specify existing service account name ("" to create)
serviceAccountName: ""
Expand Down Expand Up @@ -239,7 +239,7 @@ addons:
priorityClassName: "system-node-critical"
## Specify image and tag
image: checkpoint/consec-flowlogs-daemon
tag: 0.12.0
tag: 0.14.0

## Specify existing service account name ("" to create)
serviceAccountName: ""
Expand Down Expand Up @@ -279,7 +279,7 @@ addons:
policy:
## Specify image and tag
image: checkpoint/consec-admission-policy
tag: 1.7.0
tag: 1.8.0

## Specify existing service account name ("" to create)
serviceAccountName: ""
Expand Down Expand Up @@ -309,7 +309,7 @@ addons:
enforcer:
## Specify image and tag
image: checkpoint/consec-admission-enforcer
tag: 2.10.0
tag: 2.11.0

## Specify existing service account name ("" to create)
serviceAccountName: ""
Expand Down Expand Up @@ -415,7 +415,7 @@ addons:

## Specify custom image ("" to use default)
image: checkpoint/consec-runtime-policy
tag: 1.7.0
tag: 1.8.0

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