We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5516deb commit a64b4e0Copy full SHA for a64b4e0
Makefile
@@ -310,8 +310,6 @@ chart-contents-%:
310
yq w -i ./charts/$*/Chart.yaml version --tag '!!str' $(CHART_VERSION); \
311
yq w -i ./charts/$*/doc.yaml chart.version --tag '!!str' $(CHART_VERSION); \
312
yq w -i ./charts/$*/doc.yaml release.name --tag '!!str' $(BIN)-$(CHART_VERSION); \
313
- yq w -i ./docs/examples/backup/backupconfiguration.yaml spec.task.name --tag '!!str' elasticsearch-backup-$(CHART_VERSION); \
314
- yq w -i ./docs/examples/restore/restoresession.yaml spec.task.name --tag '!!str' elasticsearch-restore-$(CHART_VERSION); \
315
fi
316
@if [ ! -z "$(APP_VERSION)" ]; then \
317
yq w -i ./charts/$*/Chart.yaml appVersion --tag '!!str' $(APP_VERSION); \
0 commit comments