Skip to content

Commit

Permalink
chore: amend k8s manifest files post v0.0.9 release (#221)
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Burgazzoli <[email protected]>
  • Loading branch information
lburgazzoli authored Sep 3, 2024
1 parent 0d7aa09 commit c000eda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

PROJECT_NAME ?= kubernetes-operator
PROJECT_VERSION ?= 0.0.8
PROJECT_VERSION ?= 0.0.9

CONTAINER_REGISTRY ?= docker.io
CONTAINER_REGISTRY_ORG ?= daprio
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ kind: Kustomization
images:
- name: controller
newName: docker.io/daprio/kubernetes-operator
newTag: 0.0.8
newTag: 0.0.9

0 comments on commit c000eda

Please sign in to comment.