Skip to content

Commit

Permalink
bump storage for node-agent component tests
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
  • Loading branch information
matthyx committed Jan 31, 2025
1 parent 51949ab commit 11bc08e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4658,7 +4658,7 @@ all capabilities:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4318
image: quay.io/kubescape/storage:v0.0.154
image: quay.io/kubescape/storage:v0.0.156
imagePullPolicy: IfNotPresent
livenessProbe:
tcpSocket:
Expand Down Expand Up @@ -9408,7 +9408,7 @@ default capabilities:
value: otel-collector:4318
- name: DISABLE_VIRTUAL_CRDS
value: "true"
image: quay.io/kubescape/storage:v0.0.154
image: quay.io/kubescape/storage:v0.0.156
imagePullPolicy: IfNotPresent
livenessProbe:
tcpSocket:
Expand Down Expand Up @@ -13334,7 +13334,7 @@ disable otel:
value: otel-collector:4318
- name: DISABLE_VIRTUAL_CRDS
value: "true"
image: quay.io/kubescape/storage:v0.0.154
image: quay.io/kubescape/storage:v0.0.156
imagePullPolicy: IfNotPresent
livenessProbe:
tcpSocket:
Expand Down Expand Up @@ -16684,7 +16684,7 @@ minimal capabilities:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4318
image: quay.io/kubescape/storage:v0.0.154
image: quay.io/kubescape/storage:v0.0.156
imagePullPolicy: IfNotPresent
livenessProbe:
tcpSocket:
Expand Down
4 changes: 1 addition & 3 deletions charts/kubescape-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ storage:
image:
# -- source code: https://github.com/kubescape/storage
repository: quay.io/kubescape/storage
tag: v0.0.154
tag: v0.0.156
pullPolicy: IfNotPresent

# cleanup interval is a duration string
Expand Down Expand Up @@ -952,5 +952,3 @@ continuousScanning:
resources: ["deployments"]
namespaces:
- default


0 comments on commit 11bc08e

Please sign in to comment.