Skip to content

Commit

Permalink
prep for release v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolik committed Aug 9, 2024
1 parent 95e4ba6 commit c1ec0b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ controllerManager:
- ALL
image:
repository: ghcr.io/hyperspike/valkey-operator
tag: v0.0.10
tag: v0.0.11
resources:
limits:
cpu: 500m
Expand Down
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: ghcr.io/hyperspike/valkey-operator
newTag: v0.0.10
newTag: v0.0.11
2 changes: 1 addition & 1 deletion dist/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ spec:
- --health-probe-bind-address=:8081
command:
- /manager
image: ghcr.io/hyperspike/valkey-operator:v0.0.10
image: ghcr.io/hyperspike/valkey-operator:v0.0.11
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit c1ec0b9

Please sign in to comment.