File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 8181 set -e
8282 CHARTS_BUILD_DIR="output/chart"
8383 cd ${CHARTS_BUILD_DIR}
84- curl -f http ://charts.pingcap.org /index.yaml -o index.yaml 2>/dev/null || true
85- helm repo index . --url https://charts.pingcap.org / --merge index.yaml 2>/dev/null || helm repo index . --url https://charts.pingcap.org /
84+ curl -f https ://charts.pingcap.com /index.yaml -o index.yaml 2>/dev/null || true
85+ helm repo index . --url https://charts.pingcap.com / --merge index.yaml 2>/dev/null || helm repo index . --url https://charts.pingcap.com /
8686
8787 - name : Upload all charts and index.yaml to Tencent COS
8888 uses : sylingd/tencent-cos-and-cdn-action@v1
9393 cos_region : ap-beijing
9494 local_path : ./output/chart
9595 remote_path : /
96+ cdn_prefix : https://charts.pingcap.com/
You can’t perform that action at this time.
0 commit comments