Merge branch 'bump-ruby-3-helm-3-9' into 'master'

Bump Ruby image to 3.1 and Helm version to 3.9.4

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/748

Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: iposadat <ismael.posada.trobo@cern.ch>
This commit is contained in:
Balasankar 'Balu' C 2023-11-20 05:41:56 +00:00
commit 6a43e82acc
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
danger:
extends: .build_static_image
gitlab-charts-build-base-helm-3.7:
gitlab-charts-build-base-helm-3.9:
extends: .build_static_image
gitlab-helm3.5-kubectl1.17:

View file

@ -1,7 +1,7 @@
FROM ruby:2.7.7-alpine
FROM ruby:3.1-alpine
MAINTAINER GitLab Distribution Team
ENV HELM_VERSION=3.7.2
ENV HELM_VERSION=3.9.4
ENV HELM_URL=https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz
ENV HELM_HOME=/root/.helm