Skip to content

Commit

Permalink
[cherry-pick] Update chart-contents target (#37)
Browse files Browse the repository at this point in the history
/cherry-pick

Signed-off-by: Tamal Saha <tamal@appscode.com>

Co-authored-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
1gtm and tamalsaha authored Dec 17, 2020
1 parent 1d99e4d commit 2cc62f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ 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' mariadb-backup-$(CHART_VERSION); \
yq w -i ./docs/examples/restore/restoresession.yaml spec.task.name --tag '!!str' mariadb-restore-$(CHART_VERSION); \
yq w -i ./docs/helm/examples/backupconfiguration.yaml spec.task.name --tag '!!str' mariadb-backup-$(CHART_VERSION); \
yq w -i ./docs/helm/examples/restoresession.yaml spec.task.name --tag '!!str' mariadb-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 2cc62f5

Please sign in to comment.