Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/release-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
set -e
CHARTS_BUILD_DIR="output/chart"
cd ${CHARTS_BUILD_DIR}
curl -f http://charts.pingcap.org/index.yaml -o index.yaml 2>/dev/null || true
helm repo index . --url https://charts.pingcap.org/ --merge index.yaml 2>/dev/null || helm repo index . --url https://charts.pingcap.org/
curl -f https://charts.pingcap.com/index.yaml -o index.yaml 2>/dev/null || true
helm repo index . --url https://charts.pingcap.com/ --merge index.yaml 2>/dev/null || helm repo index . --url https://charts.pingcap.com/

- name: Upload all charts and index.yaml to Tencent COS
uses: sylingd/tencent-cos-and-cdn-action@v1
Expand All @@ -93,3 +93,4 @@ jobs:
cos_region: ap-beijing
local_path: ./output/chart
remote_path: /
cdn_prefix: https://charts.pingcap.com/
Loading