Skip to content

Commit

Permalink
Merge pull request #431 from kubescape/bump-kubevuln-v0.3.15
Browse files Browse the repository at this point in the history
bump kubevuln version
  • Loading branch information
bvolovat committed Apr 21, 2024
2 parents 6522294 + 0625ee6 commit 40c53d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,7 @@ all capabilities:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
image: quay.io/kubescape/kubevuln:v0.3.14
image: quay.io/kubescape/kubevuln:v0.3.15
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -4904,7 +4904,7 @@ default capabilities:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
image: quay.io/kubescape/kubevuln:v0.3.14
image: quay.io/kubescape/kubevuln:v0.3.15
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -7535,7 +7535,7 @@ minimal capabilities:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
image: quay.io/kubescape/kubevuln:v0.3.14
image: quay.io/kubescape/kubevuln:v0.3.15
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion charts/kubescape-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ kubevuln:
image:
# -- source code: https://github.com/kubescape/kubevuln
repository: quay.io/kubescape/kubevuln
tag: v0.3.14
tag: v0.3.15
pullPolicy: IfNotPresent

replicaCount: 1
Expand Down

0 comments on commit 40c53d6

Please sign in to comment.