Skip to content

Commit c3f13cb

Browse files
committed
bump version to v0.2.0
1 parent bd8f2c4 commit c3f13cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Image URL to use all building/pushing image targets
3-
IMG ?= ghcr.io/chanwit/tf-controller:v0.1.1
3+
IMG ?= ghcr.io/chanwit/tf-controller:v0.2.0
44
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
55
ENVTEST_K8S_VERSION = 1.22
66
# source controller version

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ generatorOptions:
99
images:
1010
- name: chanwit/tf-controller
1111
newName: ghcr.io/chanwit/tf-controller
12-
newTag: v0.1.1
12+
newTag: v0.2.0

0 commit comments

Comments
 (0)