diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4acfb84..5d8e328 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,8 +28,8 @@ 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 + helm repo add incubator https://charts.helm.sh/incubator - name: Run chart-releaser uses: helm/chart-releaser-action@v1.0.0