Skip to content

Commit 2cc62f5

Browse files
1gtmtamalsaha
andauthored
[cherry-pick] Update chart-contents target (#37)
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com> Co-authored-by: Tamal Saha <tamal@appscode.com>
1 parent 1d99e4d commit 2cc62f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ chart-contents-%:
299299
yq w -i ./charts/$*/Chart.yaml version --tag '!!str' $(CHART_VERSION); \
300300
yq w -i ./charts/$*/doc.yaml chart.version --tag '!!str' $(CHART_VERSION); \
301301
yq w -i ./charts/$*/doc.yaml release.name --tag '!!str' $(BIN)-$(CHART_VERSION); \
302-
yq w -i ./docs/examples/backup/backupconfiguration.yaml spec.task.name --tag '!!str' mariadb-backup-$(CHART_VERSION); \
303-
yq w -i ./docs/examples/restore/restoresession.yaml spec.task.name --tag '!!str' mariadb-restore-$(CHART_VERSION); \
302+
yq w -i ./docs/helm/examples/backupconfiguration.yaml spec.task.name --tag '!!str' mariadb-backup-$(CHART_VERSION); \
303+
yq w -i ./docs/helm/examples/restoresession.yaml spec.task.name --tag '!!str' mariadb-restore-$(CHART_VERSION); \
304304
fi
305305
@if [ ! -z "$(APP_VERSION)" ]; then \
306306
yq w -i ./charts/$*/Chart.yaml appVersion --tag '!!str' $(APP_VERSION); \

0 commit comments

Comments
 (0)