Skip to content

Commit cca7b95

Browse files
committed
ci: generate Helm chart index in docs
1 parent 76d5932 commit cca7b95

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686
uses: actions/checkout@v4
8787
- name: Install Helm
8888
uses: azure/setup-helm@v4
89+
- name: Build Helm chart dependencies
90+
run: |
91+
helm dependency build helm-charts/catalogi
8992
- name: Package Helm chart
9093
run: |
9194
helm package helm-charts/catalogi
@@ -102,6 +105,8 @@ jobs:
102105
publish_helm_index:
103106
name: Publish Helm chart index
104107
runs-on: ubuntu-latest
108+
permissions:
109+
contents: write
105110
needs:
106111
- check_if_version_upgraded
107112
- create_github_release

0 commit comments

Comments
 (0)