Skip to content

Commit 85df748

Browse files
authored
ci: changed chart version source (#21)
1 parent f075b08 commit 85df748

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ SHELL := bash -eu -o pipefail
99
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
1010
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
1111
VERSION ?= $(shell cat VERSION)
12-
HELM_VERSION ?= $(shell cat VERSION)
1312
GIT_HASH_SHORT := $(shell git rev-parse --short=8 HEAD)
1413
VERSION_DEV_SUFFIX := ${GIT_HASH_SHORT}
1514

@@ -19,6 +18,8 @@ ifeq ($(findstring -dev,$(VERSION)), -dev)
1918
VERSION := $(VERSION)-$(VERSION_DEV_SUFFIX)
2019
endif
2120

21+
HELM_VERSION ?= ${VERSION}
22+
2223
REGISTRY ?= 080137407410.dkr.ecr.us-west-2.amazonaws.com
2324
REGISTRY_NO_AUTH ?= edge-orch
2425
REPOSITORY ?= cluster

0 commit comments

Comments
 (0)