Skip to content

Commit

Permalink
bump storage
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Bertschy <[email protected]>
  • Loading branch information
matthyx committed Nov 22, 2024
1 parent d658df9 commit dba0006
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5084,7 +5084,7 @@ all capabilities:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
image: quay.io/kubescape/storage:v0.0.139
image: quay.io/kubescape/storage:v0.0.140
imagePullPolicy: IfNotPresent
livenessProbe:
tcpSocket:
Expand Down Expand Up @@ -10290,7 +10290,7 @@ default capabilities:
value: otel-collector:4317
- name: DISABLE_VIRTUAL_CRDS
value: "true"
image: quay.io/kubescape/storage:v0.0.139
image: quay.io/kubescape/storage:v0.0.140
imagePullPolicy: IfNotPresent
livenessProbe:
tcpSocket:
Expand Down Expand Up @@ -14540,7 +14540,7 @@ disable otel:
value: otel-collector:4317
- name: DISABLE_VIRTUAL_CRDS
value: "true"
image: quay.io/kubescape/storage:v0.0.139
image: quay.io/kubescape/storage:v0.0.140
imagePullPolicy: IfNotPresent
livenessProbe:
tcpSocket:
Expand Down Expand Up @@ -17808,7 +17808,7 @@ minimal capabilities:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
image: quay.io/kubescape/storage:v0.0.139
image: quay.io/kubescape/storage:v0.0.140
imagePullPolicy: IfNotPresent
livenessProbe:
tcpSocket:
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 @@ -482,7 +482,7 @@ storage:
image:
# -- source code: https://github.com/kubescape/storage
repository: quay.io/kubescape/storage
tag: v0.0.139
tag: v0.0.140
pullPolicy: IfNotPresent

# cleanup interval is a duration string
Expand Down

0 comments on commit dba0006

Please sign in to comment.