helm repository name fix for production proxy deploy (#1790)

This commit is contained in:
Andrey Taranik
2022-05-25 15:41:18 +03:00
committed by GitHub
parent 6f1f33ef42
commit 9ab52e2186

View File

@@ -685,7 +685,7 @@ jobs:
name: Setup helm v3
command: |
curl -s https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
helm repo add zenithdb https://neondatabase.github.io/helm-charts
helm repo add neondatabase https://neondatabase.github.io/helm-charts
- run:
name: Re-deploy proxy
command: |