Skip to content

Commit

Permalink
update synchronizer version (#537)
Browse files Browse the repository at this point in the history
Signed-off-by: Amir Malka <[email protected]>
  • Loading branch information
amirmalka authored Nov 12, 2024
1 parent f8e0299 commit a36506e
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 @@ -5889,7 +5889,7 @@ all capabilities:
value: https://foo:bar@baz:1234
- name: no_proxy
value: gateway,kubescape,kubevuln,node-agent,operator,otel-collector,kubernetes.default.svc.*,127.0.0.1,*.foo,bar.baz
image: quay.io/kubescape/synchronizer:v0.0.88
image: quay.io/kubescape/synchronizer:v0.0.89
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -11004,7 +11004,7 @@ default capabilities:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4318
image: quay.io/kubescape/synchronizer:v0.0.88
image: quay.io/kubescape/synchronizer:v0.0.89
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -15217,7 +15217,7 @@ disable otel:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4318
image: quay.io/kubescape/synchronizer:v0.0.88
image: quay.io/kubescape/synchronizer:v0.0.89
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 @@ -665,7 +665,7 @@ synchronizer:
image:
# -- source code: https://github.com/kubescape/synchronizer
repository: quay.io/kubescape/synchronizer
tag: v0.0.88
tag: v0.0.89
pullPolicy: IfNotPresent
resources:
requests:
Expand Down

0 comments on commit a36506e

Please sign in to comment.