Skip to content

Commit

Permalink
Helm chart update: 2.25.0-id.1
Browse files Browse the repository at this point in the history
  • Loading branch information
helm authored and helm committed Nov 15, 2023
1 parent c0c7359 commit 6d99ea0
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 49 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.23.0
appVersion: 2.25.0-id.1
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 @@ -31,4 +31,4 @@ keywords:
- gke
- autopilot
name: cloudguard
version: 2.23.0
version: 2.25.0-id.1
8 changes: 4 additions & 4 deletions checkpoint/cloudguard/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ addons:
priorityClassName: "system-node-critical"
## Specify image and tag
image: checkpoint/consec-imagescan-daemon
tag: 2.23.0
tag: 2.26.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.23.0
tag: 2.26.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.23.0
tag: 2.26.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.23.0
tag: 2.26.0

## Specify existing service account name ("" to create)
serviceAccountName: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,14 @@ spec:
value: {{ include "name.prefix" $config }}
- name: CLOUDGUARD_REGION
value: {{ include "dome9.subdomain" $config | default "us" }}
- name: CP_RUNTIME
value: {{ $config.containerRuntime }}
{{- if eq $config.containerRuntime "cri-o" }}
{{- if $config.featureConfig.mountPodman }}
- name: USE_PODMAN_EXPORT
- name: CP_USE_PODMAN_EXPORT
value: "both"
{{- else }}
- name: USE_PODMAN_EXPORT
- name: CP_USE_PODMAN_EXPORT
value: "false"
{{- end }}
{{- end }}
Expand Down
Binary file added repository/cloudguard-2.25.0-id.1.tgz
Binary file not shown.
Loading

0 comments on commit 6d99ea0

Please sign in to comment.