Skip to content
Snippets Groups Projects
Commit 94014c0c authored by Alessio Caiazza's avatar Alessio Caiazza
Browse files

Support new auto-deploy helm chart

New auto-deploy helm chart has new names in order to support Auto Monitoring.

Works with, but does not require charts/charts.gitlab.io!66
See gitlab-ce#38028


Former-commit-id: 130904ee9c20f45aaf842a0f2d882c5f5461c3cc
parent 76ac8f0d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -271,10 +271,6 @@ production:
--version="$CI_PIPELINE_ID-$CI_JOB_ID" \
"$name" \
chart/
if [[ "$track" == "stable" ]]; then
kubectl rollout status -n "$KUBE_NAMESPACE" -w "deployment/${CI_ENVIRONMENT_SLUG}-auto-deploy"
fi
}
 
function install_dependencies() {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment