fix(chore): ignoring Helm tags

This commit is contained in:
Dario Tranchitella
2021-09-01 18:18:07 +02:00
parent 8f3b3eac29
commit 75ebb571e4
+1 -1
View File
@@ -1,5 +1,5 @@
# Current Operator version
VERSION ?= $$(git describe --abbrev=0 --tags)
VERSION ?= $$(git describe --abbrev=0 --tags --match "v*")
# Default bundle image tag
BUNDLE_IMG ?= quay.io/clastix/capsule:$(VERSION)-bundle