Skip to content

Commit

Permalink
Merge pull request #446 from kubescape/bump-kubevuln
Browse files Browse the repository at this point in the history
Bump kubevuln image
  • Loading branch information
David Wertenteil authored Jun 4, 2024
2 parents 740959f + 5c34433 commit ec0f615
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/kubescape-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ec0f615

Please sign in to comment.