We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b22d1 commit b378e19Copy full SHA for b378e19
.github/workflows/ci.yaml
@@ -133,9 +133,9 @@ jobs:
133
gh release download v${TO_VERSION} --pattern "catalogi-*.tgz" --dir docs/charts/
134
env:
135
GH_TOKEN: ${{ github.token }}
136
- - name: Generate Helm repository index
+ - name: Generate Helm repository index with merge
137
run: |
138
- helm repo index docs/charts/ --url https://github.com/codegouvfr/catalogi/releases/download/v${TO_VERSION}/
+ helm repo index docs/charts/ --url https://github.com/codegouvfr/catalogi/releases/download/v${TO_VERSION}/ --merge docs/charts/index.yaml
139
- name: Commit and push index.yaml
140
141
git config --local user.email "actions@github.com"
0 commit comments