Skip to content

Commit

Permalink
remove v from helm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorganca committed Jul 30, 2021
1 parent 05d3f94 commit 7792c15
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 @@ -12,7 +12,7 @@ test:

.PHONY: helm
helm:
helm package -d ./helm helm/charts/infra helm/charts/engine --version $(tag) --app-version $(tag)
helm package -d ./helm helm/charts/infra helm/charts/engine --version $(tag:v%=%) --app-version $(tag:v%=%)
helm repo index ./helm

.PHONY: docs
Expand Down

0 comments on commit 7792c15

Please sign in to comment.