Skip to content

Commit a64b4e0

Browse files
authored
Fix Makefile (#699) (#707)
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 5516deb commit a64b4e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,6 @@ chart-contents-%:
310310
yq w -i ./charts/$*/Chart.yaml version --tag '!!str' $(CHART_VERSION); \
311311
yq w -i ./charts/$*/doc.yaml chart.version --tag '!!str' $(CHART_VERSION); \
312312
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); \
315313
fi
316314
@if [ ! -z "$(APP_VERSION)" ]; then \
317315
yq w -i ./charts/$*/Chart.yaml appVersion --tag '!!str' $(APP_VERSION); \

0 commit comments

Comments
 (0)