diff --git a/Makefile b/Makefile index 43a1eaa..80ba2c5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Current Operator version -VERSION ?= 0.0.1 +VERSION ?= v0.0.1 # Default bundle image tag BUNDLE_IMG ?= controller-bundle:$(VERSION) # Options for 'bundle-build' diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 1b46188..67a369b 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: seaweedfs/operator - newTag: latest + newTag: v0.0.1