Skip to content

Commit 5bad294

Browse files
committed
Image tag should be prepended with v
On-behalf-of: @SAP robert.vasek@sap.com Signed-off-by: Robert Vasek <rvasek01@gmail.com>
1 parent f54f773 commit 5bad294

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ HELM ?= helm
161161
HELM_REPO ?= ghcr.io/kbind-dev/charts
162162
VERSION ?= 0.0.0-dev
163163
CHART_VERSION ?= $(VERSION)
164+
IMAGE_VERSION ?= v$(VERSION)
164165
HELM_CHARTS ?= konnector-v2 backend-v2
165166

166167
## helm-push: Package and push Helm charts to $(HELM_REPO) as OCI artifacts

0 commit comments

Comments
 (0)