Skip to content

Commit

Permalink
Merge pull request #119 from lburgazzoli/version-0.0.7
Browse files Browse the repository at this point in the history
chore: update version to 0.0.7
  • Loading branch information
lburgazzoli authored Apr 8, 2024
2 parents f70f769 + 0cb33b0 commit d81bd32
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 ?= dapr-kubernetes-operator
PROJECT_VERSION ?= 0.0.6
PROJECT_VERSION ?= 0.0.7

CONTAINER_REGISTRY ?= ghcr.io
CONTAINER_REGISTRY_ORG ?= dapr-sandbox
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: ghcr.io/dapr-sandbox/dapr-kubernetes-operator
newTag: 0.0.6
newTag: 0.0.7

0 comments on commit d81bd32

Please sign in to comment.