@@ -37,35 +37,34 @@ jobs:
3737 curl -sSL https://github.com/helm/chart-releaser/releases/download/v1.6.1/chart-releaser_1.6.1_linux_amd64.tar.gz | tar xz
3838 sudo mv cr /usr/local/bin/cr
3939
40- # - name: Upload new charts
41- # env:
42- # CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
43- # run: |
44- # cr upload --owner ${{ github.repository_owner }} --git-repo $(basename ${{ github.repository }}) \
45- # --charts charts --skip-existing
46-
47- # - name: Update index
48- # env:
49- # CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
50- # run: |
51- # cr index --owner ${{ github.repository_owner }} --git-repo $(basename ${{ github.repository }}) \
52- # --charts charts --push
53- - name : Upload new chart releases (skip existing)
40+ - name : Upload new charts
5441 env :
5542 CR_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
5643 run : |
57- cr upload \
58- --owner "${{ github.repository_owner }}" \
59- --git-repo "$(basename ${{ github.repository }})" \
60- --charts-dir charts \
61- --skip-existing
44+ cr upload --owner ${{ github.repository_owner }} --git-repo $(basename ${{ github.repository }}) --skip-existing
6245
63- - name : Update Helm repo index
46+ - name : Update index
6447 env :
6548 CR_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
6649 run : |
67- cr index \
68- --owner "${{ github.repository_owner }}" \
69- --git-repo "$(basename ${{ github.repository }})" \
70- --charts-dir charts \
71- --push
50+ cr index --owner ${{ github.repository_owner }} --git-repo $(basename ${{ github.repository }}) --push
51+
52+ # - name: Upload new chart releases (skip existing)
53+ # env:
54+ # CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
55+ # run: |
56+ # cr upload \
57+ # --owner "${{ github.repository_owner }}" \
58+ # --git-repo "$(basename ${{ github.repository }})" \
59+ # --charts-dir charts \
60+ # --skip-existing
61+
62+ # - name: Update Helm repo index
63+ # env:
64+ # CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
65+ # run: |
66+ # cr index \
67+ # --owner "${{ github.repository_owner }}" \
68+ # --git-repo "$(basename ${{ github.repository }})" \
69+ # --charts-dir charts \
70+ # --push
0 commit comments