diff --git a/Makefile b/Makefile index 63941591..f7231a24 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.1 +IMG ?= ghcr.io/chanwit/tf-controller:v0.2.0 # 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 a78aadb7..31b37ecf 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.1 + newTag: v0.2.0