Skip to content

Commit

Permalink
2.26.0: RP file reputation, Fedora Core OS (#142)
Browse files Browse the repository at this point in the history
Runtime Protection: daemon 1.11.5, probe 0.30.2-cp-6

* Improved File Reputation Blade for Reduced False Positives
* Support Fedora Core OS
  • Loading branch information
chkp-talbenor authored Dec 21, 2023
1 parent 76b83d0 commit aa95af0
Show file tree
Hide file tree
Showing 5 changed files with 111 additions and 72 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.25.0
appVersion: 2.26.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.25.0
version: 2.26.0
4 changes: 2 additions & 2 deletions 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.8.8
tag: 1.11.5

## Specify existing service account name ("" to create)
serviceAccountName: ""
Expand All @@ -373,7 +373,7 @@ addons:
probe:
## Specify image and tag
image: checkpoint/consec-runtime-probe
tag: 0.30.2-cp-5
tag: 0.30.2-cp-6

## Configure resource requests and limits
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
Expand Down
2 changes: 1 addition & 1 deletion checkpoint/cloudguard/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
{{- if or .Values.debugImages .featureConfig.debugImages .agentConfig.debugImages }}
{{- $tag = printf "%s-debug" .agentConfig.tag }}
{{- end }}
{{- if and (eq (include "get.autoUpgrade" .) "true") (regexMatch "^\\d+.\\d+.\\d+$" $tag) (ne .agentConfig.image "checkpoint/consec-runtime-daemon") -}}
{{- if and (eq (include "get.autoUpgrade" .) "true") (regexMatch "^\\d+.\\d+.\\d+$" $tag) -}}
{{- $tag = regexFind "\\d+.\\d+" $tag }}
{{- end -}}
{{- $image := printf "%s/%s:%s" .Values.imageRegistry.url .agentConfig.image $tag }}
Expand Down
Binary file added repository/cloudguard-2.26.0.tgz
Binary file not shown.
Loading

0 comments on commit aa95af0

Please sign in to comment.