Bump minimum default version for Helm to 3.9.4

This commit is contained in:
Ismael Posada Trobo 2023-11-29 06:34:48 +00:00 committed by Balasankar 'Balu' C
parent 6a43e82acc
commit d74c76029d
6 changed files with 12 additions and 12 deletions

View file

@ -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