From 167f08d419404ce09cf9357cb5d0b5e4b2c8e661 Mon Sep 17 00:00:00 2001 From: celebrateyang Date: Mon, 30 Sep 2024 15:43:31 +0800 Subject: [PATCH] =?UTF-8?q?chart=E5=90=8D=E7=A7=B0=E5=BA=94=E8=AF=A5?= =?UTF-8?q?=E6=98=AFcobalt=20=E8=80=8C=E4=B8=8D=E6=98=AFcobalt-values?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 86a5e602..30d754c8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -102,8 +102,8 @@ jobs: # - run: # name: Get current helm values # command: | -# helm get values cobalt-values -n infra -o yaml > /tmp/values.yaml +# helm get values cobalt -n infra -o yaml > /tmp/values.yaml - run: name: Deploy command: | - helm upgrade --install cobalt-values ./cobalt-chart -n infra --set image.repository=${IMAGE},image.tag=<< parameters.tag_prefix >>-${CIRCLE_SHA1} --history-max=3 --wait --atomic --timeout 4m0s + helm upgrade --install cobalt ./cobalt-chart -n infra --set image.repository=${IMAGE},image.tag=<< parameters.tag_prefix >>-${CIRCLE_SHA1} --history-max=3 --wait --atomic --timeout 4m0s