Skip to content

Commit 8d318cf

Browse files
committed
Post 0.0.12 release
Signed-off-by: Luca Burgazzoli <[email protected]>
1 parent 81bc823 commit 8d318cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
PROJECT_NAME ?= kubernetes-operator
3-
PROJECT_VERSION ?= 0.0.11
3+
PROJECT_VERSION ?= 0.0.12
44

55
CONTAINER_REGISTRY ?= docker.io
66
CONTAINER_REGISTRY_ORG ?= daprio

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ kind: Kustomization
99
images:
1010
- name: controller
1111
newName: docker.io/daprio/kubernetes-operator
12-
newTag: 0.0.11
12+
newTag: 0.0.12

0 commit comments

Comments
 (0)