Skip to content

Commit

Permalink
bump operator version (#340)
Browse files Browse the repository at this point in the history
Signed-off-by: Amir Malka <[email protected]>
  • Loading branch information
amirmalka authored Nov 27, 2023
1 parent 7e7c4fa commit d3033fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1983,7 +1983,7 @@ matches the snapshot:
value: zap
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
image: quay.io/kubescape/operator:v0.1.64
image: quay.io/kubescape/operator:v0.1.65
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 @@ -245,7 +245,7 @@ operator:
image:
# -- source code: https://github.com/kubescape/operator
repository: quay.io/kubescape/operator
tag: v0.1.64
tag: v0.1.65
pullPolicy: IfNotPresent

service:
Expand Down

0 comments on commit d3033fe

Please sign in to comment.