Commit 354fb973 authored by Hordur Freyr Yngvason's avatar Hordur Freyr Yngvason

Update auto-deploy-image to v2.14.0

New features and fixes since v2.12.0:

Features

- Support for service accounts in the worker deployments, see
  https://gitlab.com/gitlab-org/cluster-integration/auto-deploy-image/-/merge_requests/210

- Support for initContainers for all deployments, see
  https://gitlab.com/gitlab-org/cluster-integration/auto-deploy-image/-/merge_requests/218

Fixes

- Add missing default value ROLLOUT_RESOURCE_TYPE=deployment
  https://gitlab.com/gitlab-org/cluster-integration/auto-deploy-image/-/merge_requests/215

Changelog: changed
parent 3239e63e
variables:
DAST_AUTO_DEPLOY_IMAGE_VERSION: 'v2.12.0'
DAST_AUTO_DEPLOY_IMAGE_VERSION: 'v2.14.0'
.dast-auto-deploy:
image: "registry.gitlab.com/gitlab-org/cluster-integration/auto-deploy-image:${DAST_AUTO_DEPLOY_IMAGE_VERSION}"
......
variables:
AUTO_DEPLOY_IMAGE_VERSION: 'v2.12.0'
AUTO_DEPLOY_IMAGE_VERSION: 'v2.14.0'
.auto-deploy:
image: "registry.gitlab.com/gitlab-org/cluster-integration/auto-deploy-image:${AUTO_DEPLOY_IMAGE_VERSION}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment