mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-29 18:08:28 +00:00
refactor chart 2
This commit is contained in:
parent
66f2775e33
commit
e3c84997c4
@ -102,8 +102,8 @@ jobs:
|
|||||||
# - run:
|
# - run:
|
||||||
# name: Get current helm values
|
# name: Get current helm values
|
||||||
# command: |
|
# 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:
|
- run:
|
||||||
name: Deploy
|
name: Deploy
|
||||||
command: |
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user