diff --git a/Makefile b/Makefile index 528d165..85facaa 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Image URL to use all building/pushing image targets -IMG ?= kubesphere/vector-config:v0.1 +IMG ?= kubesphere/vector-config:v0.1.0 # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. ENVTEST_K8S_VERSION = 1.27.1 diff --git a/VERSION b/VERSION index aa33868..9ff151c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.1 \ No newline at end of file +v0.1.0 \ No newline at end of file