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 a54d5f3 commit 68e1ed9Copy full SHA for 68e1ed9
.github/workflows/release.yaml
@@ -65,9 +65,9 @@ jobs:
65
-e 's|tag:.*|tag: ${{ env.PROVIDER_IMAGE_NEW_TAG }}|' \
66
charts/oci-secrets-store-csi-driver-provider/values.yaml
67
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
+ # mkdir temp-charts
+ helm repo index --url ${{ vars.HELM_CHARTS_REPO }}/charts --merge charts/index.yaml charts
+ # mv temp-charts/index.yaml charts/index.yaml
71
git add charts
72
git commit -m "Releasing version: ${{ github.ref_name }}"
73
git push -u origin gh-pages
0 commit comments