From e673d3c0bcbccedbdad0543912e9f61945a65227 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Mon, 8 Mar 2021 11:40:13 -0800 Subject: [PATCH] Fix Makefile (#705) (#711) Signed-off-by: Tamal Saha --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 45872f2de..7d282f8dc 100644 --- a/Makefile +++ b/Makefile @@ -310,8 +310,6 @@ chart-contents-%: yq w -i ./charts/$*/Chart.yaml version --tag '!!str' $(CHART_VERSION); \ yq w -i ./charts/$*/doc.yaml chart.version --tag '!!str' $(CHART_VERSION); \ yq w -i ./charts/$*/doc.yaml release.name --tag '!!str' $(BIN)-$(CHART_VERSION); \ - yq w -i ./docs/examples/backup/backupconfiguration.yaml spec.task.name --tag '!!str' postgres-backup-$(CHART_VERSION); \ - yq w -i ./docs/examples/restore/restoresession.yaml spec.task.name --tag '!!str' postgres-restore-$(CHART_VERSION); \ fi @if [ ! -z "$(APP_VERSION)" ]; then \ yq w -i ./charts/$*/Chart.yaml appVersion --tag '!!str' $(APP_VERSION); \