Skip to content

Commit

Permalink
feat(release): Release DF Operator v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Pothulapati committed Oct 24, 2023
1 parent 7cf5b4b commit bead985
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: docker.dragonflydb.io/dragonflydb/operator
newTag: v0.0.8
newTag: v0.0.9
2 changes: 1 addition & 1 deletion manifests/dragonfly-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,7 @@ spec:
- --leader-elect
command:
- /manager
image: docker.dragonflydb.io/dragonflydb/operator:v0.0.8
image: docker.dragonflydb.io/dragonflydb/operator:v0.0.9
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit bead985

Please sign in to comment.