This commit is contained in:
@@ -37,6 +37,6 @@ deploy_helm_charts:
|
|||||||
# ONLY: ["branches", "!main"]
|
# ONLY: ["branches", "!main"]
|
||||||
script:
|
script:
|
||||||
- kubectl config use-context $CONTEXT
|
- kubectl config use-context $CONTEXT
|
||||||
- Echo "Deploy - $CI_REGISTRY_NAME - $CI_COMMIT_REF_SLUG - $CI_COMMIT_SHORT_SHA"
|
- echo "Deploy - $CI_REGISTRY_NAME - $CI_COMMIT_REF_SLUG - $CI_COMMIT_SHORT_SHA"
|
||||||
- |
|
- |
|
||||||
helm upgrade --install warehouse13-dev ./helm/warehouse13 --namespace $NAMESPACE -f $VALUES_FILE --set app.image.repository=$CI_REGISTRY_IMAGE --set app.image.tag=$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA
|
helm upgrade --install warehouse13-dev ./helm/warehouse13 --namespace $NAMESPACE -f $VALUES_FILE --set app.image.repository=$CI_REGISTRY_IMAGE --set app.image.tag=$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA
|
||||||
Reference in New Issue
Block a user