Use Kubernetes 1.21.4 for API backward compatibility

This commit is contained in:
Hossein Pursultani 2021-11-16 18:32:53 +11:00 committed by DJ Mountney
parent 6e544cfc63
commit ff2ed66c6a

View file

@ -49,7 +49,7 @@ 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.22.1
ARG KUBERNETES_VERSION=1.21.4
ARG KUBEBUILDER_VERSION=3.2.0
ARG YQ_VERSION=4.7.0
ARG HELM_VERSION=3.5.2