Skip to content

Commit

Permalink
update temporary operator image
Browse files Browse the repository at this point in the history
Signed-off-by: Amir Malka <[email protected]>
  • Loading branch information
amirmalka committed Dec 12, 2024
1 parent 981838f commit 637c09a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2973,7 +2973,7 @@ all capabilities:
value: https://foo:bar@baz:1234
- name: no_proxy
value: kubescape,kubevuln,node-agent,operator,otel-collector,kubernetes.default.svc.*,127.0.0.1,*.foo,bar.baz
image: quay.io/kubescape/operator:v0.2.51
image: quay.io/kubescape/operator:test-483df00
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -8027,7 +8027,7 @@ default capabilities:
value: zap
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4318
image: quay.io/kubescape/operator:v0.2.51
image: quay.io/kubescape/operator:test-483df00
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -12055,7 +12055,7 @@ disable otel:
value: zap
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4318
image: quay.io/kubescape/operator:v0.2.51
image: quay.io/kubescape/operator:test-483df00
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -15603,7 +15603,7 @@ minimal capabilities:
value: zap
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4318
image: quay.io/kubescape/operator:v0.2.51
image: quay.io/kubescape/operator:test-483df00
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
3 changes: 2 additions & 1 deletion charts/kubescape-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ operator:
image:
# -- source code: https://github.com/kubescape/operator
repository: quay.io/kubescape/operator
tag: v0.2.51
# tag: v0.2.51
tag: test-483df00 # temporary: PR https://github.com/kubescape/operator/pull/272
pullPolicy: IfNotPresent

service:
Expand Down

0 comments on commit 637c09a

Please sign in to comment.