From 46918ad529354ce1255ab50d78e1d956f461c90c Mon Sep 17 00:00:00 2001 From: Norihiro Seto Date: Mon, 6 Nov 2023 00:29:17 +0900 Subject: [PATCH] Auto Build --- config/manager/kustomization.yaml | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index a2d768c..62fca13 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -4,4 +4,4 @@ resources: images: - name: controller newName: norseto/taint-remover - newTag: v0.2.0-alpha.1 + newTag: v0.2.0-alpha.2 diff --git a/version.go b/version.go index 3808a8c..5992889 100644 --- a/version.go +++ b/version.go @@ -27,7 +27,7 @@ package taintremover var Version = RELEASE_VERSION const ( - RELEASE_VERSION = "0.2.0-alpha.1" + RELEASE_VERSION = "0.2.0-alpha.2" ) var GitVersion = ""