Skip to content

Commit 600cfe2

Browse files
authored
2.35.1: Image Assurance: packages in use EA; some Container Registries improvements and fixes (#160)
Image Assurance - A new lightweight agent (armon 0.9.0) to track package usage - engine, daemon, shim 2.40.0: Harbor, JFrog Artificatory and DockerHub improvements and fixes
1 parent e5de343 commit 600cfe2

File tree

5 files changed

+116
-74
lines changed

5 files changed

+116
-74
lines changed

checkpoint/cloudguard/Chart.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 2.34.0
2+
appVersion: 2.35.1
33
description: A Helm chart for Check Point CloudGuard Workload Security
44
home: https://portal.checkpoint.com
55
icon: https://www.checkpoint.com/wp-content/uploads/icon-cloudguard-nav.png
@@ -25,6 +25,8 @@ keywords:
2525
- sonatype nexus
2626
- ghcr
2727
- github container registry
28+
- docker hub
29+
- quay
2830
- ecs
2931
- tanzu
3032
- k3s
@@ -35,4 +37,4 @@ keywords:
3537
- gke
3638
- autopilot
3739
name: cloudguard
38-
version: 2.34.0
40+
version: 2.35.1

checkpoint/cloudguard/defaults.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ addons:
111111
priorityClassName: "system-node-critical"
112112
## Specify image and tag
113113
image: checkpoint/consec-imagescan-daemon
114-
tag: 2.38.0
114+
tag: 2.40.0
115115

116116
## Specify existing service account name ("" to create)
117117
serviceAccountName: ""
@@ -133,7 +133,7 @@ addons:
133133
shim:
134134
## Specify image and tag
135135
image: checkpoint/consec-imagescan-shim
136-
tag: 2.38.0
136+
tag: 2.40.0
137137

138138
## Configure resource requests and limits
139139
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
@@ -168,7 +168,7 @@ addons:
168168
engine:
169169
## Specify image and tag
170170
image: checkpoint/consec-imagescan-engine
171-
tag: 2.38.0
171+
tag: 2.40.0
172172

173173
## Specify existing service account name ("" to create)
174174
serviceAccountName: ""
@@ -200,7 +200,7 @@ addons:
200200
list:
201201
## Specify image and tag
202202
image: checkpoint/consec-imagescan-engine
203-
tag: 2.38.0
203+
tag: 2.40.0
204204

205205
## Specify existing service account name ("" to create)
206206
serviceAccountName: ""
@@ -233,7 +233,7 @@ addons:
233233
priorityClassName: "system-node-critical"
234234
## Specify image and tag
235235
image: checkpoint/consec-imagescan-armon
236-
tag: 0.6.1
236+
tag: 0.9.0
237237

238238
## Specify existing service account name ("" to create)
239239
serviceAccountName: ""
@@ -247,10 +247,10 @@ addons:
247247
resources:
248248
requests:
249249
cpu: 100m
250-
memory: 500Mi
250+
memory: 50Mi
251251
limits:
252252
cpu: 100m
253-
memory: 500Mi
253+
memory: 100Mi
254254

255255
## Configuration options for nodeSelector, tolerations and affinity for pod
256256
## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/

checkpoint/cloudguard/templates/imagescan/armon/daemonset.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,9 @@ spec:
6060
{{ toYaml $config.agentConfig.resources | indent 10 }}
6161
{{- end }}
6262
env:
63-
- name: REPORT_USE_DOME9_AGENT_CFG
64-
value: "1"
65-
- name: "REPORT_POST_ENDPOINT"
66-
value: "/imageaccessruntimemonitor"
67-
- name: "TELEMETRY_URL"
68-
value: "https://eptelemetry.epmgmt.checkpoint.com/gwstats/services/antimalware/1_0_0/log"
69-
- name: "CONTAINERS_RUNTIME"
63+
- name: CP_REPORT_USE_DOME9_AGENT_CFG
64+
value: "1"
65+
- name: CP_CONTAINERS_RUNTIME
7066
value: {{ $config.containerRuntime }}
7167

7268
{{ include "common.env" $config | indent 8 }}

repository/cloudguard-2.35.1.tgz

28.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)