Skip to content

Commit

Permalink
Fix Makefile (#705) (#711)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
1gtm authored Mar 8, 2021
1 parent c8e9b99 commit e673d3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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); \
Expand Down

0 comments on commit e673d3c

Please sign in to comment.