Skip to content

Commit

Permalink
using original charts dir for index.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rajashekhargundeti committed May 17, 2023
1 parent 6898f29 commit 4693339
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
-e 's|tag:.*|tag: ${{ env.PROVIDER_IMAGE_NEW_TAG }}|' \
charts/oci-secrets-store-csi-driver-provider/values.yaml
helm package charts/oci-secrets-store-csi-driver-provider -d charts
mkdir temp-charts
helm repo index --url ${{ vars.HELM_CHARTS_REPO }}/charts --merge charts/index.yaml temp-charts
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
git add charts
git commit -m "Releasing version: ${{ github.ref_name }}"
git push -u origin gh-pages
Expand Down

0 comments on commit 4693339

Please sign in to comment.