Skip to content

Commit 1fa995c

Browse files
committed
Hack Makefiles to allow releases :-(
1 parent 76ca38d commit 1fa995c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-charts/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ helm_lint:
1919
helm_template:
2020
# Generating rendered template files to: $(CHART_RENDERED_TEMPLATES_TMP)
2121
mkdir -p $(CHART_RENDERED_TEMPLATES_TMP)
22-
helm template --namespace myproject --output-dir $(CHART_RENDERED_TEMPLATES_TMP) --set imageTagOverride=$(RELEASE_VERSION) $(CHART_PATH)
22+
helm template --namespace myproject --output-dir $(CHART_RENDERED_TEMPLATES_TMP) $(CHART_PATH)
2323

2424
helm_examples: helm_template
2525
# Remove Helm-related labels

0 commit comments

Comments
 (0)