Skip to content

Commit

Permalink
prepare for release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolik committed Aug 1, 2024
1 parent 6e97b25 commit c4aab87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: localhost:5000/controller
newTag: "3"
newName: ghcr.io/hyperspike/valkey-operator
newTag: v0.0.1
2 changes: 1 addition & 1 deletion dist/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ spec:
- --health-probe-bind-address=:8081
command:
- /manager
image: localhost:5000/controller:3
image: ghcr.io/hyperspike/valkey-operator:v0.0.1
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit c4aab87

Please sign in to comment.