mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-29 09:58:27 +00:00
chart名称应该是cobalt 而不是cobalt-values
This commit is contained in:
parent
e3c84997c4
commit
167f08d419
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user