Skip to content

Commit

Permalink
update synchronizer version (#518)
Browse files Browse the repository at this point in the history
* update synchronizer version

Signed-off-by: Amir Malka <[email protected]>

* update synchronizer version

Signed-off-by: Amir Malka <[email protected]>

---------

Signed-off-by: Amir Malka <[email protected]>
  • Loading branch information
amirmalka authored Oct 9, 2024
1 parent e139743 commit edc5de5
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 @@ -5797,7 +5797,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.82
image: quay.io/kubescape/synchronizer:v0.0.86
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -10820,7 +10820,7 @@ default capabilities:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4318
image: quay.io/kubescape/synchronizer:v0.0.82
image: quay.io/kubescape/synchronizer:v0.0.86
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -14941,7 +14941,7 @@ disable otel:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4318
image: quay.io/kubescape/synchronizer:v0.0.82
image: quay.io/kubescape/synchronizer:v0.0.86
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 @@ -664,7 +664,7 @@ synchronizer:
image:
# -- source code: https://github.com/kubescape/synchronizer
repository: quay.io/kubescape/synchronizer
tag: v0.0.82
tag: v0.0.86
pullPolicy: IfNotPresent
resources:
requests:
Expand Down

0 comments on commit edc5de5

Please sign in to comment.