From e3c84997c46781ad5d1af25fa6179c546890c54e Mon Sep 17 00:00:00 2001 From: celebrateyang Date: Mon, 30 Sep 2024 15:37:34 +0800 Subject: [PATCH] refactor chart 2 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 330570e5..86a5e602 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-values -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-values ./cobalt-chart -n infra --set image.repository=${IMAGE},image.tag=<< parameters.tag_prefix >>-${CIRCLE_SHA1} --history-max=3 --wait --atomic --timeout 4m0s