We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8f2c4 commit c3f13cbCopy full SHA for c3f13cb
2 files changed
Makefile
@@ -1,6 +1,6 @@
1
2
# Image URL to use all building/pushing image targets
3
-IMG ?= ghcr.io/chanwit/tf-controller:v0.1.1
+IMG ?= ghcr.io/chanwit/tf-controller:v0.2.0
4
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5
ENVTEST_K8S_VERSION = 1.22
6
# source controller version
config/manager/kustomization.yaml
@@ -9,4 +9,4 @@ generatorOptions:
9
images:
10
- name: chanwit/tf-controller
11
newName: ghcr.io/chanwit/tf-controller
12
- newTag: v0.1.1
+ newTag: v0.2.0
0 commit comments