Upgrade Operator SDK to 1.14.0

Upgrades Operator SDK to 1.14.0 for Kubernetes 1.22 compatibility.

Closes https://gitlab.com/gitlab-org/gitlab-build-images/-/issues/93

Related to https://gitlab.com/gitlab-org/cloud-native/gitlab-operator/-/issues/400
This commit is contained in:
Mitchell Nielsen 2022-02-14 11:22:57 -06:00
parent 65b2618e8f
commit 09541127f9

View file

@ -53,7 +53,7 @@ ARG KUBERNETES_VERSION=1.21.4
ARG KUBEBUILDER_VERSION=3.2.0
ARG YQ_VERSION=4.7.0
ARG HELM_VERSION=3.5.2
ARG OPERATORSDK_VERSION=1.13.1
ARG OPERATORSDK_VERSION=1.14.0
# ARG OPM_VERSION=1.19.0
RUN apk add --no-cache podman buildah curl make gcc musl-dev git bash coreutils