Skip to content

Commit

Permalink
Merge pull request #155 from CheckPointSW/2.33.1
Browse files Browse the repository at this point in the history
2.33.1: fixed Flow Logs agents deployment on ARM64 nodes
  • Loading branch information
idoyehiel authored Nov 13, 2024
2 parents edc5235 + d466db3 commit 1696e99
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 57 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.33.0
appVersion: 2.33.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 @@ -35,4 +35,4 @@ keywords:
- gke
- autopilot
name: cloudguard
version: 2.33.0
version: 2.33.1
1 change: 0 additions & 1 deletion checkpoint/cloudguard/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ addons:
## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
nodeSelector:
kubernetes.io/os: linux
kubernetes.io/arch: amd64
tolerations:
- operator: Exists
affinity: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ spec:
labels:
{{ include "common.labels.with.chart" $config | indent 8 }}
spec:
affinity:
{{ include "common.node.affinity.multiarch" $config | indent 8 }}
{{ include "common.pod.properties" $config | indent 6 }}
hostNetwork: true
containers:
Expand Down
Binary file added repository/cloudguard-2.33.1.tgz
Binary file not shown.
Loading

0 comments on commit 1696e99

Please sign in to comment.