Skip to content

Commit

Permalink
Merge pull request #527 from kubescape/bump
Browse files Browse the repository at this point in the history
bump synchronizer
  • Loading branch information
matthyx authored Oct 30, 2024
2 parents db0fcdd + d3441b8 commit 514ef24
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 @@ -5871,7 +5871,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.86
image: quay.io/kubescape/synchronizer:v0.0.88
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -10968,7 +10968,7 @@ default capabilities:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4318
image: quay.io/kubescape/synchronizer:v0.0.86
image: quay.io/kubescape/synchronizer:v0.0.88
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -15163,7 +15163,7 @@ disable otel:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4318
image: quay.io/kubescape/synchronizer:v0.0.86
image: quay.io/kubescape/synchronizer:v0.0.88
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.86
tag: v0.0.88
pullPolicy: IfNotPresent
resources:
requests:
Expand Down

0 comments on commit 514ef24

Please sign in to comment.