From 045a4e3b30a0f7ce64c5d0bc9c5f627aac58d262 Mon Sep 17 00:00:00 2001 From: Leo Q Date: Tue, 12 Jan 2021 18:44:25 +0800 Subject: [PATCH] try to fix release --- .github/workflows/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4fb649d..78195c3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,8 +29,7 @@ jobs: - name: Add dependency chart repos run: | - helm repo add stable https://kubernetes-charts.storage.googleapis.com/ - helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/ + helm repo add stable https://charts.helm.sh/stable - name: Run chart-releaser uses: helm/chart-releaser-action@v1.0.0-rc.2