diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml index e7a8283888faffaa59dc67ee9e8f204badcf4c71..934ea103d765f06590d4d481dbc3e52a96532d68 100644 --- a/.gitlab/ci/test.gitlab-ci.yml +++ b/.gitlab/ci/test.gitlab-ci.yml @@ -447,7 +447,7 @@ test-upgrade-from-helm2-fails: KUBECONFIG=/tmp/k3s.yaml' > /tmp/env # helm 2 deployment should succeed - | - docker run -v $KUBECONFIG:/tmp/k3s.yaml --env-file /tmp/env registry.gitlab.com/gitlab-org/cluster-integration/auto-deploy-image:v1.0.0 \ + docker run -v $KUBECONFIG:/tmp/k3s.yaml --env-file /tmp/env registry.gitlab.com/gitlab-org/cluster-integration/auto-deploy-image:v1.1.0 \ sh -c 'auto-deploy initialize_tiller && auto-deploy download_chart && auto-deploy deploy' # helm 3 deployment should fail because the deployment would overwrite an existing resource - |