From c5e23314c4c6761106bdb89f3167158feb1a9062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20D=C3=B6ll?= Date: Mon, 3 Jun 2024 15:34:37 +0200 Subject: [PATCH] chore: update cr --- .cr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cr.yaml b/.cr.yaml index 2b93e749..f8e683d2 100644 --- a/.cr.yaml +++ b/.cr.yaml @@ -1,5 +1,5 @@ # https://github.com/helm/chart-releaser#config-file pages-branch: gh-pages -pages-index-path: charts/index.yaml +pages-index-path: helm/charts/index.yaml skip-existing: true release-name-template: "{{ .Name }}-chart-{{ .Version }}"