Revert "chore: upload charts to repo charts"

This reverts commit 2793ab20e6.
This commit is contained in:
naison
2025-02-13 10:40:33 +00:00
parent 04c0b33516
commit de38a35189

View File

@@ -220,16 +220,4 @@ jobs:
--charts-repo https://github.com/$owner/$repo \
--pages-branch master \
--pages-index-path charts/index.yaml \
--push
# upload charts to repo kubenetworks/charts root(/) dir not dir /charts
repo="charts"
./cr index \
--owner "$owner" \
--git-repo "$repo" \
--token "${{ secrets.CREATE_HELM_PR }}" \
--release-name-template "v{{ .Version }}" \
--index-path ./index.yaml \
--charts-repo https://github.com/$owner/$repo \
--pages-branch master \
--pages-index-path index.yaml \
--push