chart名称应该是cobalt 而不是cobalt-values

This commit is contained in:
celebrateyang 2024-09-30 15:43:31 +08:00
parent e3c84997c4
commit 167f08d419

View File

@ -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