diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5a1754..96f2853 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - name: Configure Helm run: | helm repo add stable https://charts.helm.sh/stable/ - helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/ + helm repo add incubator https://charts.helm.sh/incubator # https://github.com/helm/chart-releaser-action/releases - name: Run chart-releaser