File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -299,8 +299,8 @@ chart-contents-%:
299
299
yq w -i ./charts/$* /Chart.yaml version --tag ' !!str' $(CHART_VERSION ) ; \
300
300
yq w -i ./charts/$* /doc.yaml chart.version --tag ' !!str' $(CHART_VERSION ) ; \
301
301
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 ) ; \
304
304
fi
305
305
@if [ ! -z " $( APP_VERSION) " ]; then \
306
306
yq w -i ./charts/$* /Chart.yaml appVersion --tag ' !!str' $(APP_VERSION ) ; \
You can’t perform that action at this time.
0 commit comments