Skip to content

Commit 68e1ed9

Browse files
using original charts dir for index.yaml
1 parent a54d5f3 commit 68e1ed9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
-e 's|tag:.*|tag: ${{ env.PROVIDER_IMAGE_NEW_TAG }}|' \
6666
charts/oci-secrets-store-csi-driver-provider/values.yaml
6767
helm package charts/oci-secrets-store-csi-driver-provider -d charts
68-
mkdir temp-charts
69-
helm repo index --url ${{ vars.HELM_CHARTS_REPO }}/charts --merge charts/index.yaml temp-charts
70-
mv temp-charts/index.yaml charts/index.yaml
68+
# mkdir temp-charts
69+
helm repo index --url ${{ vars.HELM_CHARTS_REPO }}/charts --merge charts/index.yaml charts
70+
# mv temp-charts/index.yaml charts/index.yaml
7171
git add charts
7272
git commit -m "Releasing version: ${{ github.ref_name }}"
7373
git push -u origin gh-pages

0 commit comments

Comments
 (0)