Skip to content

Commit

Permalink
wip: change release action
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Jun 3, 2024
1 parent 0b2e500 commit c4e2c4e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .cr.yaml
Original file line number Diff line number Diff line change
@@ -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 }}"
1 change: 0 additions & 1 deletion .cr.yml

This file was deleted.

5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion charts/typhoon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ version: 0.0.0
sources:
- https://github.com/zeiss/typhoon/tree/main/charts/typhoon
- https://github.com/zeiss/typhoon
dependencies:

0 comments on commit c4e2c4e

Please sign in to comment.