mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-08 17:42:56 +01:00
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:
commit
6a43e82acc
2 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue