Skip to content

Commit b378e19

Browse files
committed
ci: add version accumulation to Helm index with merge
1 parent d8b22d1 commit b378e19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ jobs:
133133
gh release download v${TO_VERSION} --pattern "catalogi-*.tgz" --dir docs/charts/
134134
env:
135135
GH_TOKEN: ${{ github.token }}
136-
- name: Generate Helm repository index
136+
- name: Generate Helm repository index with merge
137137
run: |
138-
helm repo index docs/charts/ --url https://github.com/codegouvfr/catalogi/releases/download/v${TO_VERSION}/
138+
helm repo index docs/charts/ --url https://github.com/codegouvfr/catalogi/releases/download/v${TO_VERSION}/ --merge docs/charts/index.yaml
139139
- name: Commit and push index.yaml
140140
run: |
141141
git config --local user.email "actions@github.com"

0 commit comments

Comments
 (0)