From c000eda1f5ab9429a06c89959ca0988bf5448055 Mon Sep 17 00:00:00 2001 From: Luca Burgazzoli Date: Tue, 3 Sep 2024 13:52:08 +0200 Subject: [PATCH] chore: amend k8s manifest files post v0.0.9 release (#221) Signed-off-by: Luca Burgazzoli --- Makefile | 2 +- config/manager/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 495ddc6..0159592 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 4643ff0..8b25e16 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -9,4 +9,4 @@ kind: Kustomization images: - name: controller newName: docker.io/daprio/kubernetes-operator - newTag: 0.0.8 + newTag: 0.0.9