Skip to content

Commit

Permalink
Fix Makefile (#699) (#704)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
1gtm committed Mar 8, 2021
1 parent d6452e0 commit e6cee0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
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' elasticsearch-backup-$(CHART_VERSION); \
yq w -i ./docs/examples/restore/restoresession.yaml spec.task.name --tag '!!str' elasticsearch-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 e6cee0a

Please sign in to comment.