From 9ab52e2186e9330d4098b27372d8a0a2d5f0ac1e Mon Sep 17 00:00:00 2001 From: Andrey Taranik Date: Wed, 25 May 2022 15:41:18 +0300 Subject: [PATCH] helm repository name fix for production proxy deploy (#1790) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 41f7693726..5346e35c01 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: |