diff --git a/checkpoint/cloudguard/Chart.yaml b/checkpoint/cloudguard/Chart.yaml index 5a248353..461440bd 100644 --- a/checkpoint/cloudguard/Chart.yaml +++ b/checkpoint/cloudguard/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 2.15.0 +appVersion: 2.15.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 @@ -20,4 +20,4 @@ keywords: - ecr - ecs name: cloudguard -version: 2.15.0 +version: 2.15.1 diff --git a/checkpoint/cloudguard/README.md b/checkpoint/cloudguard/README.md index b0d304f2..cd23b788 100644 --- a/checkpoint/cloudguard/README.md +++ b/checkpoint/cloudguard/README.md @@ -83,6 +83,12 @@ Specify each parameter by adding `--set key=value[,key=value]` to the `helm inst $ helm install my-release checkpoint/cloudguard --set varname=value ``` +For parameters which are dictionaries or arrays, make sure to use the proper syntax, for example: + +```bash +$ ... --set addons.admissionControl.enforcer.podAnnotations.custom."aa\.bb/cc-dd"="ee\.ff/gg-hh" +``` + Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```bash @@ -132,9 +138,11 @@ The following table list the configurable parameters of this chart and their def | `seccompProfile` | Computer Security facility profile. (to be used in kubernetes 1.19 and up) | `RuntimeDefault` | | `podAnnotations.seccomp` | Computer Security facility profile. (to be used in kubernetes below 1.19) | `runtime/default` | | `podAnnotations.apparmor` | Apparmor Linux kernel security module profile. | `{}` | +| `podAnnotations.custom` | Custom Pod annotations (for all agent Pods) | `{}` | | `priorityClassName` | Specifies custom priorityClassName | `` | +| `daemonSetStrategy.rollingUpdate.maxUnavailable` | Maximum unavailabe daemonset pods during a rolling update | `50%` | | `inventory.agent.image` | Specify image for the agent | `checkpoint/consec-inventory-agent` | -| `inventory.agent.tag` | Specify image tag for the agent | `1.6.1` | +| `inventory.agent.tag` | Specify image tag for the agent | `1.7.1` | | `inventory.agent.serviceAccountName` | Specify custom Service Account for the Inventory agent | `` | | `inventory.agent.replicaCount` | Number of Inventory agent instances to be deployed | `1` | | `inventory.agent.env` | Additional environmental variables for Inventory agent | `{}` | @@ -142,6 +150,7 @@ The following table list the configurable parameters of this chart and their def | `inventory.agent.nodeSelector` | Node labels for pod assignment for Inventory agent | `{}` | | `inventory.agent.tolerations` | List of node taints to tolerate for Inventory agent | `[]` | | `inventory.agent.affinity` | Affinity settings for Inventory agent | `{}` | +| `inventory.agent.podAnnotations.custom` | Custom Pod annotations (for Pods of this agent) | `{}` | | `inventory.priorityClassName` | Specifies custom priorityClassName | `` | | `addons.imageScan.enabled` | Specifies whether the Image Scan addon should be installed | `false` | | `addons.imageScan.priorityClassName` | Specifies custom priorityClassName | `` | @@ -154,6 +163,7 @@ The following table list the configurable parameters of this chart and their def | `addons.imageScan.daemon.nodeSelector` | Node labels for pod assignment | `{}` | | `addons.imageScan.daemon.tolerations` | List of node taints to tolerate | `operator: Exists` | | `addons.imageScan.daemon.affinity` | Affinity setting | `{}` | +| `addons.imageScan.daemon.podAnnotations.custom` | Custom Pod annotations (for Pods of this agent) | `{}` | | `addons.imageScan.daemon.shim.image` | Specify image for the shim container | `checkpoint/consec-imagescan-shim` | | `addons.imageScan.daemon.shim.tag` | Specify image tag for the shim container |`2.15.0` | | `addons.imageScan.daemon.shim.env` | Additional environmental variables for the shim container | `{}` | @@ -167,6 +177,7 @@ The following table list the configurable parameters of this chart and their def | `addons.imageScan.engine.nodeSelector` | Node labels for pod assignment | `{}` | | `addons.imageScan.engine.tolerations` | List of node taints to tolerate | `[]` | | `addons.imageScan.engine.affinity` | Affinity setting | `{}` | +| `addons.imageScan.engine.podAnnotations.custom` | Custom Pod annotations (for Pods of this agent) | `{}` | | `addons.imageScan.list.image` | Specify image for the agent | `checkpoint/consec-imagescan-engine` | | `addons.imageScan.list.tag` | Specify image tag for the agent |`2.15.0` | | `addons.imageScan.list.serviceAccountName` | Specify custom Service Account for the agent | `` | @@ -175,6 +186,7 @@ The following table list the configurable parameters of this chart and their def | `addons.imageScan.list.nodeSelector` | Node labels for pod assignment | `{}` | | `addons.imageScan.list.tolerations` | List of node taints to tolerate | `[]` | | `addons.imageScan.list.affinity` | Affinity setting | `{}` | +| `addons.imageScan.list.podAnnotations.custom` | Custom Pod annotations (for Pods of this agent) | `{}` | | `addons.flowLogs.enabled` | Specifies whether the Flow Logs addon should be installed | `false` | | `addons.flowLogs.priorityClassName` | Specifies custom priorityClassName | `` | | `addons.flowLogs.daemon.image` | Specify image for the agent | `checkpoint/consec-flowlogs-daemon` | @@ -186,6 +198,7 @@ The following table list the configurable parameters of this chart and their def | `addons.flowLogs.daemon.nodeSelector` | Node labels for pod assignment | `{}` | | `addons.flowLogs.daemon.tolerations` | List of node taints to tolerate | `operator: Exists` | | `addons.flowLogs.daemon.affinity` | Affinity setting | `{}` | +| `addons.flowLogs.daemon.podAnnotations.custom` | Custom Pod annotations (for Pods of this agent) | `{}` | | `addons.admissionControl.enabled` | Specify whether the Admission Control addon should be installed | `false` | | `addons.admissionControl.priorityClassName` | Specifies custom priorityClassName | `` | | `addons.admissionControl.policy.image` | Specify image for the agent | `checkpoint/consec-admission-policy` | @@ -196,6 +209,7 @@ The following table list the configurable parameters of this chart and their def | `addons.admissionControl.policy.nodeSelector` | Node labels for pod assignment | `{}` | | `addons.admissionControl.policy.tolerations` | List of node taints to tolerate | `[]` | | `addons.admissionControl.policy.affinity` | Affinity setting | `{}` | +| `addons.admissionControl.policy.podAnnotations.custom` | Custom Pod annotations (for Pods of this agent) | `{}` | | `addons.admissionControl.enforcer.image` | Specify image for the agent | `checkpoint/consec-admission-enforcer` | | `addons.admissionControl.enforcer.tag` | Specify image tag for the agent |`2.2.0` | | `addons.admissionControl.enforcer.serviceAccountName` | Specify custom Service Account for the agent | `` | @@ -205,6 +219,7 @@ The following table list the configurable parameters of this chart and their def | `addons.admissionControl.enforcer.nodeSelector` | Node labels for pod assignment | `{}` | | `addons.admissionControl.enforcer.tolerations` | List of node taints to tolerate | `[]` | | `addons.admissionControl.enforcer.affinity` | Affinity setting | `{}` | +| `addons.admissionControl.enforcer.podAnnotations.custom` | Custom Pod annotations (for Pods of this agent) | `{}` | | `addons.runtimeProtection.enabled` | Specifies whether the Runtime Protection addon should be installed | `false` | | `addons.runtimeProtection.priorityClassName` | Specifies custom priorityClassName | `` | | `addons.runtimeProtection.daemon.image` | Specify image for the agent | `checkpoint/consec-runtime-daemon` | @@ -224,6 +239,7 @@ The following table list the configurable parameters of this chart and their def | `addons.runtimeProtection.daemon.nodeSelector` | Node labels for pod assignment | `beta.kubernetes.io/os: linux ` | | `addons.runtimeProtection.daemon.tolerations` | List of node taints to tolerate | `operator: Exists` | | `addons.runtimeProtection.daemon.affinity` | Affinity setting | `{}` | +| `addons.runtimeProtection.daemon.podAnnotations.custom` | Custom Pod annotations (for Pods of this agent) | `{}` | | `addons.runtimeProtection.policy.image` | Specify image for the agent | `checkpoint/consec-runtime-policy` | | `addons.runtimeProtection.policy.tag` | Specify image tag for the agent |`1.2.0` | | `addons.runtimeProtection.policy.serviceAccountName` | Specify custom Service Account for the agent | `` | @@ -232,3 +248,4 @@ The following table list the configurable parameters of this chart and their def | `addons.runtimeProtection.policy.nodeSelector` | Node labels for pod assignment | `{}` | | `addons.runtimeProtection.policy.tolerations` | List of node taints to tolerate | `[]` | | `addons.runtimeProtection.policy.affinity` | Affinity setting | `{}` | +| `addons.runtimeProtection.policy.podAnnotations.custom` | Custom Pod annotations (for Pods of this agent) | `{}` | diff --git a/checkpoint/cloudguard/defaults.yaml b/checkpoint/cloudguard/defaults.yaml index a6d41b44..1a94ee56 100644 --- a/checkpoint/cloudguard/defaults.yaml +++ b/checkpoint/cloudguard/defaults.yaml @@ -42,6 +42,7 @@ imagePullPolicy: Always podAnnotations: seccomp: runtime/default apparmor: {} + custom: {} ## Proxy settings ## Examples: @@ -55,13 +56,17 @@ platform: kubernetes # kubernetes, openshift, openshift.v3 or tanzu seccompProfile: type: RuntimeDefault +daemonSetStrategy: + rollingUpdate: + maxUnavailable: 50% + ### Inventory agent settings inventory: agent: ## Specify image and tag image: checkpoint/consec-inventory-agent - tag: 1.6.1 + tag: 1.7.1 ## Specify existing service account name ("" to create) serviceAccountName: "" @@ -86,6 +91,8 @@ inventory: nodeSelector: {} tolerations: [] affinity: {} + podAnnotations: + custom: {} ### Addons configuration ### Each addon may be disabled @@ -148,6 +155,8 @@ addons: tolerations: - operator: Exists affinity: {} + podAnnotations: + custom: {} engine: @@ -178,6 +187,8 @@ addons: nodeSelector: {} tolerations: [] affinity: {} + podAnnotations: + custom: {} list: ## Specify image and tag @@ -205,6 +216,8 @@ addons: nodeSelector: { } tolerations: [ ] affinity: { } + podAnnotations: + custom: {} ## Flow Logs Add-on @@ -241,6 +254,8 @@ addons: tolerations: - operator: Exists affinity: {} + podAnnotations: + custom: {} ## Admission Control Add-on admissionControl: @@ -271,6 +286,8 @@ addons: nodeSelector: {} affinity: {} tolerations: [] + podAnnotations: + custom: {} enforcer: ## Specify image and tag @@ -301,6 +318,8 @@ addons: nodeSelector: {} tolerations: [] affinity: {} + podAnnotations: + custom: {} ## Runtime Protection Add-on @@ -368,6 +387,8 @@ addons: tolerations: - operator: Exists affinity: {} + podAnnotations: + custom: {} policy: ## Main container settings @@ -397,3 +418,5 @@ addons: nodeSelector: {} tolerations: [] affinity: {} + podAnnotations: + custom: {} diff --git a/checkpoint/cloudguard/templates/_helpers.tpl b/checkpoint/cloudguard/templates/_helpers.tpl index 1b651235..65f2e787 100644 --- a/checkpoint/cloudguard/templates/_helpers.tpl +++ b/checkpoint/cloudguard/templates/_helpers.tpl @@ -81,6 +81,16 @@ seccomp.security.alpha.kubernetes.io/pod: {{ .Values.podAnnotations.seccomp }} container.apparmor.security.beta.kubernetes.io/{{ template "agent.resource.name" . }}: {{ toYaml .Values.podAnnotations.apparmor | indent 2 }} {{- end }} +{{- if .Values.podAnnotations }} +{{- if .Values.podAnnotations.custom }} +{{ toYaml .Values.podAnnotations.custom }} +{{- end }} +{{- end }} +{{- if .agentConfig.podAnnotations }} +{{- if .agentConfig.podAnnotations.custom }} +{{ toYaml .agentConfig.podAnnotations.custom }} +{{- end }} +{{- end }} {{- end -}} {{- /* Pod properties commonly used in agents */ -}} @@ -443,3 +453,9 @@ true {{- fail $err -}} {{- end -}} {{- end -}} + +{{- define "daemonset.updateStrategy" }} +updateStrategy: + rollingUpdate: + maxUnavailable: {{ .Values.daemonSetStrategy.rollingUpdate.maxUnavailable }} +{{- end -}} \ No newline at end of file diff --git a/checkpoint/cloudguard/templates/flowlogs/daemon/daemonset.yaml b/checkpoint/cloudguard/templates/flowlogs/daemon/daemonset.yaml index a0c41c58..4d4fe61b 100644 --- a/checkpoint/cloudguard/templates/flowlogs/daemon/daemonset.yaml +++ b/checkpoint/cloudguard/templates/flowlogs/daemon/daemonset.yaml @@ -13,6 +13,7 @@ spec: selector: matchLabels: {{ include "common.labels" $config | indent 6 }} +{{ include "daemonset.updateStrategy" $config | indent 2}} template: metadata: annotations: diff --git a/checkpoint/cloudguard/templates/imagescan/daemon/daemonset.yaml b/checkpoint/cloudguard/templates/imagescan/daemon/daemonset.yaml index 0daff9c0..6e21dcdc 100644 --- a/checkpoint/cloudguard/templates/imagescan/daemon/daemonset.yaml +++ b/checkpoint/cloudguard/templates/imagescan/daemon/daemonset.yaml @@ -13,6 +13,7 @@ spec: selector: matchLabels: {{ include "common.labels" $config | indent 6 }} +{{ include "daemonset.updateStrategy" $config | indent 2}} template: metadata: annotations: diff --git a/checkpoint/cloudguard/templates/inventory/agent/deployment.yaml b/checkpoint/cloudguard/templates/inventory/agent/deployment.yaml index 3e7e68e2..178c34af 100644 --- a/checkpoint/cloudguard/templates/inventory/agent/deployment.yaml +++ b/checkpoint/cloudguard/templates/inventory/agent/deployment.yaml @@ -46,8 +46,12 @@ spec: - name: USE_CRONJOB_BETA value: "true" {{- end }} +{{- if or (has "policy/v1beta1/PodSecurityPolicy" .Capabilities.APIVersions) (semverCompare "<1.25-0" .Capabilities.KubeVersion.Version) }} + - name: USE_POD_SECURITY_POLICY + value: "true" +{{- end }} {{ include "common.env" $config | indent 8 }} volumes: - name: secret-volume secret: - secretName: {{ .Release.Name }}-cp-cloudguard-creds \ No newline at end of file + secretName: {{ .Release.Name }}-cp-cloudguard-creds diff --git a/checkpoint/cloudguard/templates/runtime/daemon/daemonset.yaml b/checkpoint/cloudguard/templates/runtime/daemon/daemonset.yaml index f70f9132..e3194903 100644 --- a/checkpoint/cloudguard/templates/runtime/daemon/daemonset.yaml +++ b/checkpoint/cloudguard/templates/runtime/daemon/daemonset.yaml @@ -13,6 +13,7 @@ spec: selector: matchLabels: {{ include "common.labels" $config | indent 6 }} +{{ include "daemonset.updateStrategy" $config | indent 2}} template: metadata: annotations: diff --git a/repository/cloudguard-2.15.1.tgz b/repository/cloudguard-2.15.1.tgz new file mode 100644 index 00000000..e3f577a8 Binary files /dev/null and b/repository/cloudguard-2.15.1.tgz differ diff --git a/repository/index.yaml b/repository/index.yaml index 211231d6..3cd98193 100644 --- a/repository/index.yaml +++ b/repository/index.yaml @@ -1,9 +1,36 @@ apiVersion: v1 entries: cloudguard: + - apiVersion: v2 + appVersion: 2.15.1 + created: "2022-10-12T15:52:20.697964522Z" + description: A Helm chart for Check Point CloudGuard Workload Security + digest: 0c405ade052269b5e427a36dcb2c0105a88239b13a2df828b7eacb6f49be7c89 + home: https://portal.checkpoint.com + icon: https://www.checkpoint.com/wp-content/uploads/icon-cloudguard-nav.png + keywords: + - check point + - cloudguard + - workload security + - inventory + - posture management + - vulnerability assessment + - image assurance + - flow logs + - threat intelligence + - admission control + - runtime protection + - registry scan + - acr + - ecr + - ecs + name: cloudguard + urls: + - https://raw.githubusercontent.com/CheckPointSW/charts/ea/repository/cloudguard-2.15.1.tgz + version: 2.15.1 - apiVersion: v2 appVersion: 2.15.0 - created: "2022-10-02T17:49:50.5364714+03:00" + created: "2022-10-12T15:52:20.693058474Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: cf776e7e71beac86d6ec7d9b9dac39e1212fa7cb668723efff0024d673895cfa home: https://portal.checkpoint.com @@ -30,7 +57,7 @@ entries: version: 2.15.0 - apiVersion: v2 appVersion: 2.14.1 - created: "2022-10-02T17:49:50.5348268+03:00" + created: "2022-10-12T15:52:20.689883561Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 4fa1387f25cd29b43b0b7539a906e94e038c89da737a59c39c8fec47deba082b home: https://portal.checkpoint.com @@ -57,7 +84,7 @@ entries: version: 2.14.1 - apiVersion: v2 appVersion: 2.13.0 - created: "2022-10-02T17:49:50.5337339+03:00" + created: "2022-10-12T15:52:20.685971476Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 0c3b36c8b00b73f0e29baa9dd13746ccb604798195d3de66bbd872ae7b5a5076 home: https://portal.checkpoint.com @@ -84,7 +111,7 @@ entries: version: 2.13.0 - apiVersion: v2 appVersion: 2.12.0 - created: "2022-10-02T17:49:50.5305956+03:00" + created: "2022-10-12T15:52:20.682986739Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 185c0ec7d3a08d616d1d7e9fdbc1f88e6cb395bd7a1ed1814724b3d482705943 home: https://portal.checkpoint.com @@ -109,7 +136,7 @@ entries: version: 2.12.0 - apiVersion: v2 appVersion: 2.11.1 - created: "2022-10-02T17:49:50.5294857+03:00" + created: "2022-10-12T15:52:20.679183699Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: ffd5be0fd5b01306aadf15584534f91c97e182dc4866e49626762d622bec4776 home: https://portal.checkpoint.com @@ -134,7 +161,7 @@ entries: version: 2.11.1 - apiVersion: v2 appVersion: 2.11.0 - created: "2022-10-02T17:49:50.5278486+03:00" + created: "2022-10-12T15:52:20.672543779Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: a24cb11d0f255888ac5cceac22d3eb6cd6081f9537115281d2efbf4847ff34a9 home: https://portal.checkpoint.com @@ -159,7 +186,7 @@ entries: version: 2.11.0 - apiVersion: v2 appVersion: 2.10.2 - created: "2022-10-02T17:49:50.5267534+03:00" + created: "2022-10-12T15:52:20.669416736Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 436b78afab10caded2a66b3c78ba3a1f1501d9aad27acc1abdebb977a35a39a9 home: https://portal.checkpoint.com @@ -184,7 +211,7 @@ entries: version: 2.10.2 - apiVersion: v2 appVersion: 2.10.1 - created: "2022-10-02T17:49:50.5256573+03:00" + created: "2022-10-12T15:52:20.66626142Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 563f2eb8c38647e19229e87d9e014011a336fba46aa77d827fc25096b61e3993 home: https://portal.checkpoint.com @@ -209,7 +236,7 @@ entries: version: 2.10.1 - apiVersion: v2 appVersion: 2.10.0 - created: "2022-10-02T17:49:50.5240107+03:00" + created: "2022-10-12T15:52:20.663844037Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 66d2a26edf7d04d66497e26cb77d7fd57672a2c91cdb41fca55ce468e62b70f8 home: https://portal.checkpoint.com @@ -234,7 +261,7 @@ entries: version: 2.10.0 - apiVersion: v2 appVersion: 2.9.0 - created: "2022-10-02T17:49:50.5592139+03:00" + created: "2022-10-12T15:52:20.790819033Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 24e9c8daabac72f713736fe0f2b4a0bd069752ac67aed286ce6f122e8e547e16 home: https://portal.checkpoint.com @@ -259,7 +286,7 @@ entries: version: 2.9.0 - apiVersion: v2 appVersion: 2.8.1 - created: "2022-10-02T17:49:50.5581204+03:00" + created: "2022-10-12T15:52:20.783113355Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: dbf43590a523c164a34a696a207a24e62bc3f0c8319c2d990113ca4a488b7e83 home: https://portal.checkpoint.com @@ -284,7 +311,7 @@ entries: version: 2.8.1 - apiVersion: v2 appVersion: 2.8.0 - created: "2022-10-02T17:49:50.5570285+03:00" + created: "2022-10-12T15:52:20.773608393Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: cb10881770c0e061f8b8f760e86d1afe56f6df913d04ce3d1cd7c1902aec0768 home: https://portal.checkpoint.com @@ -309,7 +336,7 @@ entries: version: 2.8.0 - apiVersion: v2 appVersion: 2.7.0 - created: "2022-10-02T17:49:50.5558801+03:00" + created: "2022-10-12T15:52:20.770845222Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: a790acf0284bc80b7af1ae9e332881f0e971bf6499d06c377c035bb0f0defe08 home: https://portal.checkpoint.com @@ -332,7 +359,7 @@ entries: version: 2.7.0 - apiVersion: v2 appVersion: 2.6.0 - created: "2022-10-02T17:49:50.5542982+03:00" + created: "2022-10-12T15:52:20.754535632Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: f05eea32a38d48ced48e3c27234454d0f167d23c17c3742b00fa85a85e977df6 home: https://portal.checkpoint.com @@ -355,7 +382,7 @@ entries: version: 2.6.0 - apiVersion: v2 appVersion: 2.5.1 - created: "2022-10-02T17:49:50.5526567+03:00" + created: "2022-10-12T15:52:20.739637719Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 7ca0b466093385cf4bbbfd5795eb6887af8d6a2ca9b696ca2c91a0df3b58d74a home: https://portal.checkpoint.com @@ -378,7 +405,7 @@ entries: version: 2.5.1 - apiVersion: v2 appVersion: 2.5.0 - created: "2022-10-02T17:49:50.5504871+03:00" + created: "2022-10-12T15:52:20.732467485Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: dc5f7277a2855e460f56bbb74b245e1f48f8f62ae69b657d7848448246493e16 home: https://portal.checkpoint.com @@ -401,7 +428,7 @@ entries: version: 2.5.0 - apiVersion: v2 appVersion: 2.4.0 - created: "2022-10-02T17:49:50.5494086+03:00" + created: "2022-10-12T15:52:20.729071046Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: bd35f52d396f6a05133526af942383e491f27e3aeae7a72be713179e0db58a2d home: https://portal.checkpoint.com @@ -424,7 +451,7 @@ entries: version: 2.4.0 - apiVersion: v2 appVersion: 2.3.5 - created: "2022-10-02T17:49:50.5483532+03:00" + created: "2022-10-12T15:52:20.726097531Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 5ae1efc2eaf000545fe3b7623380af62fc183e6d9d01574c946367b6d8486879 home: https://secure.dome9.com/v2/ @@ -450,7 +477,7 @@ entries: version: 2.3.5 - apiVersion: v2 appVersion: 2.3.3 - created: "2022-10-02T17:49:50.5474946+03:00" + created: "2022-10-12T15:52:20.723257436Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: cdc5119d11d96ebcb2da2b6ee48f9485097d73bc9e4544362e4eb16d62ad17f7 home: https://secure.dome9.com/v2/ @@ -476,7 +503,7 @@ entries: version: 2.3.3 - apiVersion: v2 appVersion: 2.3.2 - created: "2022-10-02T17:49:50.5464108+03:00" + created: "2022-10-12T15:52:20.720805809Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 4f616469d6a370a132cd0d14fcf9007f4be772fe0d187e4e5942250b182c608d home: https://secure.dome9.com/v2/ @@ -502,7 +529,7 @@ entries: version: 2.3.2 - apiVersion: v2 appVersion: 2.3.1 - created: "2022-10-02T17:49:50.5453161+03:00" + created: "2022-10-12T15:52:20.718968685Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 756d865f229bb33d45ee247acfea4c1859d58c265210fa59d279fbac6e654233 home: https://secure.dome9.com/v2/ @@ -528,7 +555,7 @@ entries: version: 2.3.1 - apiVersion: v2 appVersion: 2.3.0 - created: "2022-10-02T17:49:50.5436039+03:00" + created: "2022-10-12T15:52:20.717064004Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 675590d0caa861ef2285c546542a05e3464f48060c01a29186edb6395899e93e home: https://secure.dome9.com/v2/ @@ -554,7 +581,7 @@ entries: version: 2.3.0 - apiVersion: v2 appVersion: 2.2.2 - created: "2022-10-02T17:49:50.5408562+03:00" + created: "2022-10-12T15:52:20.711885604Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 88468207026fa7da30a802c3c3168c8753db5e82d6371d92fc0d557c6e41a611 home: https://secure.dome9.com/v2/ @@ -580,7 +607,7 @@ entries: version: 2.2.2 - apiVersion: v2 appVersion: 2.2.1 - created: "2022-10-02T17:49:50.5392104+03:00" + created: "2022-10-12T15:52:20.705506804Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 2c6b0f17a8b2aa8222c38a961e6f7d9ba9130449670f934735b48f18755d0b58 home: https://secure.dome9.com/v2/ @@ -606,7 +633,7 @@ entries: version: 2.2.1 - apiVersion: v2 appVersion: 2.2.0 - created: "2022-10-02T17:49:50.5381163+03:00" + created: "2022-10-12T15:52:20.702110837Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 62bebfa23acce1cf0830c18a221c4f231ccb4bfe54aed9b3a880f037b7d12aeb home: https://secure.dome9.com/v2/ @@ -632,7 +659,7 @@ entries: version: 2.2.0 - apiVersion: v2 appVersion: v2.0.9 - created: "2022-10-02T17:49:50.5218393+03:00" + created: "2022-10-12T15:52:20.660613831Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 4e05cb8b1a89ffbdc9b36a9ee58ec81dca6c481d6f787becaa49ff855ae758ea home: https://secure.dome9.com/v2/ @@ -658,7 +685,7 @@ entries: version: 2.0.9 - apiVersion: v2 appVersion: v2.0.8 - created: "2022-10-02T17:49:50.5202001+03:00" + created: "2022-10-12T15:52:20.656258354Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: cb2e1e40c7e0e5de1b9434695a7dd418f371180e7a8d9fb74982c732c0b96073 home: https://secure.dome9.com/v2/ @@ -684,7 +711,7 @@ entries: version: 2.0.8 - apiVersion: v2 appVersion: v1.3.2 - created: "2022-10-02T17:49:50.5191062+03:00" + created: "2022-10-12T15:52:20.648694903Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 6942631a2c3e8c1b598eda26873da3613c72eb9134701c36832eff5b5217b666 home: https://secure.dome9.com/v2/ @@ -710,7 +737,7 @@ entries: version: 2.0.7 - apiVersion: v2 appVersion: v1.3.1 - created: "2022-10-02T17:49:50.5174675+03:00" + created: "2022-10-12T15:52:20.64634108Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: e45ce436b872547b809bd542db9a3b4ff0c11296155481fb743a5cab655f9168 home: https://secure.dome9.com/v2/ @@ -736,7 +763,7 @@ entries: version: 2.0.6 - apiVersion: v2 appVersion: v1.3.1 - created: "2022-10-02T17:49:50.5158278+03:00" + created: "2022-10-12T15:52:20.643973691Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 41e2c93908df77b07252e70bfbf075a10692a1c0206155c1903072b6e4f4b647 home: https://secure.dome9.com/v2/ @@ -762,7 +789,7 @@ entries: version: 2.0.5 - apiVersion: v2 appVersion: v1.3.1 - created: "2022-10-02T17:49:50.5124904+03:00" + created: "2022-10-12T15:52:20.641764118Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: f521fc840c94668bdfd7dbb5dac3247522a43e14bc7af9fba6041d5b59067ef2 home: https://secure.dome9.com/v2/ @@ -788,7 +815,7 @@ entries: version: 2.0.4 - apiVersion: v2 appVersion: v1.3.1 - created: "2022-10-02T17:49:50.5108681+03:00" + created: "2022-10-12T15:52:20.637120261Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 0e66c71e8837bde5d396ae5033d4ecff2a9ff477a1ecf9cf1044ff9f09bf7d93 home: https://secure.dome9.com/v2/ @@ -814,7 +841,7 @@ entries: version: 2.0.3 - apiVersion: v2 appVersion: v1.3.1 - created: "2022-10-02T17:49:50.5092444+03:00" + created: "2022-10-12T15:52:20.632862067Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: c36e2f797ec63d2fa49cfd20345490fe61e0fb037801a320deb53fbd9b25c996 home: https://secure.dome9.com/v2/ @@ -840,7 +867,7 @@ entries: version: 2.0.2 - apiVersion: v2 appVersion: v1.3.1 - created: "2022-10-02T17:49:50.5081643+03:00" + created: "2022-10-12T15:52:20.626676188Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: fbb05a4fa7606c3dfe5fa6cdd97979fa0f0249a74d2f111a5d50b707cf7a9334 home: https://secure.dome9.com/v2/ @@ -867,7 +894,7 @@ entries: cp-resource-management: - apiVersion: v2 appVersion: v1.3.1 - created: "2022-10-02T17:49:50.5640842+03:00" + created: "2022-10-12T15:52:20.817855736Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 94b2c71d67e41bf1fe776f9f35b0b7006a1ae60a82145f359d1867e9b3e9b546 home: https://secure.dome9.com/v2/ @@ -891,7 +918,7 @@ entries: version: 1.08.11 - apiVersion: v1 appVersion: v1.2.1 - created: "2022-10-02T17:49:50.5687471+03:00" + created: "2022-10-12T15:52:20.844438758Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 785e7371ca00b7f42d1d9688655f94b121a2bc7494bac98c32857efc817a0628 home: https://secure.dome9.com/v2/ @@ -915,7 +942,7 @@ entries: version: 1.08.9 - apiVersion: v1 appVersion: v1.2.1 - created: "2022-10-02T17:49:50.5687471+03:00" + created: "2022-10-12T15:52:20.841149621Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 873d633a5dea0cbd2ec1ff64e956e6c56e1cb3fb37b13ae67675bdbc65539fe3 home: https://secure.dome9.com/v2/ @@ -938,7 +965,7 @@ entries: version: 1.08.7 - apiVersion: v1 appVersion: v1.2.1 - created: "2022-10-02T17:49:50.5656304+03:00" + created: "2022-10-12T15:52:20.837485311Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 1f41c01eed27d469fef99a18828b89afcb4279885ccd3cb913ed01a02e8f5d45 home: https://secure.dome9.com/v2/ @@ -961,7 +988,7 @@ entries: version: 1.08.6 - apiVersion: v1 appVersion: v1.2.0 - created: "2022-10-02T17:49:50.5656304+03:00" + created: "2022-10-12T15:52:20.826170325Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: ed15d6119fe685651cc23be2e891a10298fa9ead297cdcaadb45918f3fef88bb home: https://secure.dome9.com/v2/ @@ -984,7 +1011,7 @@ entries: version: 1.08.5 - apiVersion: v1 appVersion: v1.2.0 - created: "2022-10-02T17:49:50.5656304+03:00" + created: "2022-10-12T15:52:20.822804084Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 56ce44af9d1695664d7beb32d434e9b3a4a7b51ebc98d4f400c324c45602722a home: https://secure.dome9.com/v2/ @@ -1007,7 +1034,7 @@ entries: version: 1.08.4 - apiVersion: v1 appVersion: v1.1.0 - created: "2022-10-02T17:49:50.5656304+03:00" + created: "2022-10-12T15:52:20.820413091Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 581a49da5c6927450d78565abeb97a09427422c437b3424299cafa4fde627b94 home: https://secure.dome9.com/v2/ @@ -1031,7 +1058,7 @@ entries: version: 1.08.2 - apiVersion: v1 appVersion: v1.1.0 - created: "2022-10-02T17:49:50.5640842+03:00" + created: "2022-10-12T15:52:20.815953609Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: dddcf9638c3fc3e26f74cd7829798b011679e97dd7acbda8680cf67c94a32418 home: https://secure.dome9.com/v2/ @@ -1055,7 +1082,7 @@ entries: version: 1.08.1 - apiVersion: v1 appVersion: v1.1.0 - created: "2022-10-02T17:49:50.5630309+03:00" + created: "2022-10-12T15:52:20.811276099Z" description: A Helm chart for Check Point CloudGuard Workload Security digest: 2bbb9bf615def0c0e4f69e26fe034d699bb8728409002963f7e40f4572559b59 home: https://secure.dome9.com/v2/ @@ -1079,7 +1106,7 @@ entries: version: 1.08.0 - apiVersion: v1 appVersion: v1.1.0 - created: "2022-10-02T17:49:50.5624758+03:00" + created: "2022-10-12T15:52:20.803380896Z" description: A Helm chart for CloudGuard Workload Security digest: 8920c6606a6038ee4ed0b1e201fc28ea094b8a0d564b262435273907d7e65e82 home: https://secure.dome9.com/v2/ @@ -1101,7 +1128,7 @@ entries: version: 1.07.0 - apiVersion: v1 appVersion: v1.1.0 - created: "2022-10-02T17:49:50.5614051+03:00" + created: "2022-10-12T15:52:20.800485968Z" description: A Helm chart for Dome9 inventory uploader digest: bebb6e83ed371d2501879219a72540a2e7f45518f32ede0c64f7109b5b443033 home: https://secure.dome9.com/v2/ @@ -1120,7 +1147,7 @@ entries: version: "1.06" - apiVersion: v1 appVersion: v1.1.0 - created: "2022-10-02T17:49:50.5608592+03:00" + created: "2022-10-12T15:52:20.798249855Z" description: A Helm chart for Dome9 inventory uploader digest: ebaf4da8a836f017cb4cbd0012b063e293e3ae805ebddb92ce49d666fe328cf4 home: https://secure.dome9.com/v2/ @@ -1139,7 +1166,7 @@ entries: version: "1.05" - apiVersion: v1 appVersion: v1.1.0 - created: "2022-10-02T17:49:50.5603133+03:00" + created: "2022-10-12T15:52:20.79570834Z" description: A Helm chart for Dome9 inventory uploader digest: 54fa558ffa87cd41617ce2422b643680ff975ae4e76252dd9dc0a6bde483af38 home: https://secure.dome9.com/v2/ @@ -1158,7 +1185,7 @@ entries: version: "1.03" - apiVersion: v1 appVersion: "1.01" - created: "2022-10-02T17:49:50.5597622+03:00" + created: "2022-10-12T15:52:20.791973698Z" description: A Helm chart for Dome9 inventory uploader digest: c2514f34c7d80d704d13e7233f660ad55cd56895f671ad68128affe47ada14a5 home: https://secure.dome9.com/v2/ @@ -1177,7 +1204,7 @@ entries: version: "1.02" - apiVersion: v1 appVersion: "1" - created: "2022-10-02T17:49:50.5687471+03:00" + created: "2022-10-12T15:52:20.84714354Z" description: A Helm chart for Dome9 inventory uploader digest: ee75a01ae09e8ceec83cda0d16621198ebb2139b87c323966e65ba6ca65024f0 home: https://secure.dome9.com/v2/ @@ -1194,4 +1221,4 @@ entries: urls: - https://raw.githubusercontent.com/CheckPointSW/charts/ea/repository/cp-resource-management-1.tgz version: "1" -generated: "2022-10-02T17:49:50.5065461+03:00" +generated: "2022-10-12T15:52:20.622862838Z"