Skip to content

Commit

Permalink
fix: use the correct make var to determine chart version (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
givanov authored Jun 29, 2020
1 parent 70d2a4e commit d2dc05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ helm-push-init:
@helm repo update

helm-push: helm-push-init
@helm push $(CHART_DIST)/$(CHART_NAME)-$(CHART_VERSION).tgz $(HELM_REPO_NAME)
@helm push $(CHART_DIST)/$(CHART_NAME)-$(VERSION).tgz $(HELM_REPO_NAME)

.PHONY: semantic-release
semantic-release:
Expand Down

0 comments on commit d2dc05c

Please sign in to comment.