From 888f09b6729e2f15f681fd8339982920e4117278 Mon Sep 17 00:00:00 2001 From: Chanwit Kaewkasi Date: Wed, 22 Dec 2021 19:07:48 +0700 Subject: [PATCH] bump version to v0.1.1 --- Makefile | 2 +- config/manager/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e8874b38..63941591 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Image URL to use all building/pushing image targets -IMG ?= ghcr.io/chanwit/tf-controller:v0.1.0 +IMG ?= ghcr.io/chanwit/tf-controller:v0.1.1 # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. ENVTEST_K8S_VERSION = 1.22 # source controller version diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index fbacaafa..a78aadb7 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -9,4 +9,4 @@ generatorOptions: images: - name: chanwit/tf-controller newName: ghcr.io/chanwit/tf-controller - newTag: v0.1.0 + newTag: v0.1.1