Skip to content

Commit

Permalink
Helm chart update: 2.27.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
helm authored and helm committed Jan 29, 2024
1 parent e616c20 commit ae37f22
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 91 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.26.0
appVersion: 2.27.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 @@ -32,4 +32,4 @@ keywords:
- gke
- autopilot
name: cloudguard
version: 2.26.0
version: 2.27.0
2 changes: 1 addition & 1 deletion checkpoint/cloudguard/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ addons:
## Main container settings
## Specify image and tag
image: checkpoint/consec-runtime-daemon
tag: 1.11.5
tag: 1.14.0

## Specify existing service account name ("" to create)
serviceAccountName: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ rules:
- apiGroups: [""]
resources: ["pods"]
verbs: ["get"]
- apiGroups: [""]
resources: ["events"]
verbs: ["post", "create", "get", "list"]
- apiGroups: ["apps"]
resources: ["replicasets"]
verbs: ["get"]
{{- end -}}
{{- end -}}
Binary file added repository/cloudguard-2.27.0.tgz
Binary file not shown.
Loading

0 comments on commit ae37f22

Please sign in to comment.