From 5c34433bf8ca3f13306ad6ce8661c685cd69908d Mon Sep 17 00:00:00 2001 From: David Wertenteil Date: Tue, 4 Jun 2024 09:37:38 +0300 Subject: [PATCH] bump kubevuln image Signed-off-by: David Wertenteil --- .../tests/__snapshot__/snapshot_test.yaml.snap | 12 ++++++------ charts/kubescape-operator/values.yaml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/kubescape-operator/tests/__snapshot__/snapshot_test.yaml.snap b/charts/kubescape-operator/tests/__snapshot__/snapshot_test.yaml.snap index 684d2bad..6bb1b51b 100644 --- a/charts/kubescape-operator/tests/__snapshot__/snapshot_test.yaml.snap +++ b/charts/kubescape-operator/tests/__snapshot__/snapshot_test.yaml.snap @@ -1553,7 +1553,7 @@ all capabilities: name: cloud-secret - name: OTEL_COLLECTOR_SVC value: otel-collector:4317 - image: quay.io/kubescape/kubevuln:v0.3.20 + image: quay.io/kubescape/kubevuln:v0.3.22 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -3165,7 +3165,7 @@ all capabilities: - name: CLEANUP_INTERVAL value: 6h - name: GOMEMLIMIT - value: 800MiB + value: 1200MiB - name: KS_LOGGER_LEVEL value: info - name: KS_LOGGER_NAME @@ -5242,7 +5242,7 @@ default capabilities: name: cloud-secret - name: OTEL_COLLECTOR_SVC value: otel-collector:4317 - image: quay.io/kubescape/kubevuln:v0.3.20 + image: quay.io/kubescape/kubevuln:v0.3.22 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -6613,7 +6613,7 @@ default capabilities: - name: CLEANUP_INTERVAL value: 6h - name: GOMEMLIMIT - value: 800MiB + value: 1200MiB - name: KS_LOGGER_LEVEL value: info - name: KS_LOGGER_NAME @@ -7961,7 +7961,7 @@ minimal capabilities: name: cloud-secret - name: OTEL_COLLECTOR_SVC value: otel-collector:4317 - image: quay.io/kubescape/kubevuln:v0.3.20 + image: quay.io/kubescape/kubevuln:v0.3.22 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -9037,7 +9037,7 @@ minimal capabilities: - name: CLEANUP_INTERVAL value: 6h - name: GOMEMLIMIT - value: 800MiB + value: 1200MiB - name: KS_LOGGER_LEVEL value: info - name: KS_LOGGER_NAME diff --git a/charts/kubescape-operator/values.yaml b/charts/kubescape-operator/values.yaml index 7b5a2d9c..70d9e7f0 100644 --- a/charts/kubescape-operator/values.yaml +++ b/charts/kubescape-operator/values.yaml @@ -287,7 +287,7 @@ kubevuln: image: # -- source code: https://github.com/kubescape/kubevuln repository: quay.io/kubescape/kubevuln - tag: v0.3.20 + tag: v0.3.22 pullPolicy: IfNotPresent replicaCount: 1 @@ -451,7 +451,7 @@ storage: app.kubernetes.io/part-of: "kubescape-storage" # GOMEMLIMIT should be lower than the memory limit - gomemlimit: 800MiB + gomemlimit: 1200MiB resources: requests: