From e595cd7ab42bd96c9f0d75b33d175a90581aaa7b Mon Sep 17 00:00:00 2001 From: celebrateyang Date: Mon, 30 Sep 2024 15:33:05 +0800 Subject: [PATCH] remove get helm values for it's not exist at first 2 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d292bdf6..330570e5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -106,4 +106,4 @@ jobs: - run: name: Deploy command: | - helm upgrade --install cobalt_values ./cobalt-chart -n infra -f /tmp/values.yaml --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