From b9377c0da151e57d8a8a8f68b79cdab9d781b8e6 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 8 Nov 2020 17:40:00 -0800 Subject: [PATCH] adjust version --- Makefile | 2 +- config/manager/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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