Skip to content

Commit

Permalink
2.27.0: Runtime Protection: K8s events on terminating container (#143)
Browse files Browse the repository at this point in the history
Runtime Protection daemon 1.14.0
- Added creating Kubernetes events when a container is terminated by CloudGuard Runtime Protection
- Changed ClusterRole permissions to enable Kubernetes events publishing
  • Loading branch information
chkp-rigor authored Jan 30, 2024
1 parent e616c20 commit e15d784
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 48 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 e15d784

Please sign in to comment.