mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Bump minimum default version for Helm to 3.9.4
This commit is contained in:
parent
6a43e82acc
commit
d74c76029d
6 changed files with 12 additions and 12 deletions
|
|
@ -43,10 +43,10 @@ FROM golang:${GOLANG_VERSION}-alpine${ALPINE_VERSION} as build
|
|||
LABEL maintainer="GitLab Distribution Team" \
|
||||
description="Build base image for the GitLab Operator project."
|
||||
|
||||
ARG KUBERNETES_VERSION=1.21.4
|
||||
ARG KUBERNETES_VERSION=1.23.1
|
||||
ARG KUBEBUILDER_VERSION=3.12.0
|
||||
ARG YQ_VERSION=4.7.0
|
||||
ARG HELM_VERSION=3.5.2
|
||||
ARG HELM_VERSION=3.9.4
|
||||
ARG OPERATORSDK_VERSION=1.32.0
|
||||
ARG TASK_VERSION=3.12.1
|
||||
ENV VCLUSTER_VERSION=0.16.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue