Merge pull request #111 from lburgazzoli/update-v0.0.6
chore: update version to 0.0.6
This commit is contained in:
commit
49ec0f4e02
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
|
||||
PROJECT_NAME ?= dapr-kubernetes-operator
|
||||
PROJECT_VERSION ?= 0.0.2
|
||||
PROJECT_VERSION ?= 0.0.6
|
||||
|
||||
CONTAINER_REGISTRY ?= ghcr.io
|
||||
CONTAINER_REGISTRY_ORG ?= dapr-sandbox
|
||||
|
|
|
@ -9,4 +9,4 @@ kind: Kustomization
|
|||
images:
|
||||
- name: controller
|
||||
newName: ghcr.io/dapr-sandbox/dapr-kubernetes-operator
|
||||
newTag: 0.0.4
|
||||
newTag: 0.0.6
|
||||
|
|
Loading…
Reference in New Issue