From 75ebb571e4035689432281bdf76038e77b5016ea Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Fri, 27 Aug 2021 18:49:55 +0200 Subject: [PATCH] fix(chore): ignoring Helm tags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aa360369..83e8ef28 100644 --- a/Makefile +++ b/Makefile @@ -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