adjust version
This commit is contained in:
parent
9ba4b60d94
commit
b9377c0da1
2
Makefile
2
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'
|
||||
|
|
|
@ -5,4 +5,4 @@ kind: Kustomization
|
|||
images:
|
||||
- name: controller
|
||||
newName: seaweedfs/operator
|
||||
newTag: latest
|
||||
newTag: v0.0.1
|
||||
|
|
Loading…
Reference in New Issue