diff --git a/.cr.yaml b/.cr.yaml new file mode 100644 index 00000000..2b93e749 --- /dev/null +++ b/.cr.yaml @@ -0,0 +1,5 @@ +# https://github.com/helm/chart-releaser#config-file +pages-branch: gh-pages +pages-index-path: charts/index.yaml +skip-existing: true +release-name-template: "{{ .Name }}-chart-{{ .Version }}" diff --git a/.cr.yml b/.cr.yml deleted file mode 100644 index 32f0b568..00000000 --- a/.cr.yml +++ /dev/null @@ -1 +0,0 @@ -release-name-template: "{{ .Name }}-chart-{{ .Version }}" \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f7cd2e1b..a3db6dab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,9 +66,8 @@ jobs: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" with: charts_dir: charts - config: ${{ github.workspace }}/.cr.yml - - name: Upload artifact - uses: actions/upload-artifact@v4 + config: ${{ github.workspace }}/helm/cr.yaml + - uses: actions/upload-artifact@v4 with: name: manifests path: /tmp/dist diff --git a/charts/typhoon/Chart.yaml b/charts/typhoon/Chart.yaml index 27b43a7b..35b33450 100644 --- a/charts/typhoon/Chart.yaml +++ b/charts/typhoon/Chart.yaml @@ -7,4 +7,3 @@ version: 0.0.0 sources: - https://github.com/zeiss/typhoon/tree/main/charts/typhoon - https://github.com/zeiss/typhoon -dependencies: \ No newline at end of file