From 0e6d92bef935ca8fa7c8b489c08e7ea6eb389117 Mon Sep 17 00:00:00 2001 From: Luca Burgazzoli Date: Fri, 12 Apr 2024 12:54:00 +0100 Subject: [PATCH] chore: update version to 0.0.8 --- Makefile | 2 +- config/manager/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c9a7a05..9d3f332 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PROJECT_NAME ?= dapr-kubernetes-operator -PROJECT_VERSION ?= 0.0.7 +PROJECT_VERSION ?= 0.0.8 CONTAINER_REGISTRY ?= ghcr.io CONTAINER_REGISTRY_ORG ?= dapr-sandbox diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 22caca5..eb547cd 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -9,4 +9,4 @@ kind: Kustomization images: - name: controller newName: ghcr.io/dapr-sandbox/dapr-kubernetes-operator - newTag: 0.0.7 + newTag: 0.0.8