Gitlab Auto Devops not using the latest auto-deploy image version i.e. 2.34.0
We use Gitlab SaaS for our CI/CD pipelines. We observe that the Auto Devops "deploy" job is using the auto-deploy-image version 2.33.0
(as shown below) instead of the latest which I believe is 2.34.0
?
Deploy job logs snippet
Running with gitlab-runner 14.1.0 (8925d9a0)
on runner-gitlab-runner-54b6967ddf-ns6wz EuxJxBv9
Resolving secrets
00:00
Preparing the "kubernetes" executor
00:00
Using Kubernetes namespace: gitlab-managed-apps
Using Kubernetes executor with image registry.gitlab.com/gitlab-org/cluster-integration/auto-deploy-image:v2.33.0 ...
Using attach strategy to execute scripts...
Preparing environment
...
...
$ auto-deploy download_chart
"stable" has been added to your repositories
Download skipped. Using the default chart included in auto-deploy-image...
I double checked and confirm that there are no CI/CD vars overriding this version value anywhere and also we are not using a local chart and the job is using the default chart included in the image.
Can you please help us understand what is going on ?
Edited by Subbu