Skip to content

Commit

Permalink
Merge pull request #507 from kubescape/bump
Browse files Browse the repository at this point in the history
bump synchronizer
  • Loading branch information
matthyx authored Sep 17, 2024
2 parents a00d434 + ed1868f commit d5a2aa9
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 @@ -5657,7 +5657,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.80
image: quay.io/kubescape/synchronizer:v0.0.81
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -10540,7 +10540,7 @@ default capabilities:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
image: quay.io/kubescape/synchronizer:v0.0.80
image: quay.io/kubescape/synchronizer:v0.0.81
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -14599,7 +14599,7 @@ disable otel:
name: cloud-secret
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
image: quay.io/kubescape/synchronizer:v0.0.80
image: quay.io/kubescape/synchronizer:v0.0.81
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.80
tag: v0.0.81
pullPolicy: IfNotPresent
resources:
requests:
Expand Down

0 comments on commit d5a2aa9

Please sign in to comment.