Skip to content

Commit

Permalink
bump operator version in YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
kubealex committed Nov 26, 2022
1 parent 15416ca commit 0b17d66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s-mediaserver-operator-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ spec:
- --health-probe-bind-address=:8081
- --metrics-addr=127.0.0.1:8080
- --leader-election-id=k8s-mediaserver-operator
image: quay.io/kubealex/k8s-mediaserver-operator:v0.6.1-arm64
image: quay.io/kubealex/k8s-mediaserver-operator:v0.7.0-arm64
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion k8s-mediaserver-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ spec:
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
- --leader-election-id=k8s-mediaserver-operator
image: quay.io/kubealex/k8s-mediaserver-operator:v0.6.1
image: quay.io/kubealex/k8s-mediaserver-operator:v0.7.0
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 0b17d66

Please sign in to comment.