From 09541127f97d2a87d04a0f325382ffbdf9086c85 Mon Sep 17 00:00:00 2001 From: Mitchell Nielsen Date: Mon, 14 Feb 2022 11:22:57 -0600 Subject: [PATCH] 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 --- Dockerfile.gitlab-operator-build-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.gitlab-operator-build-base b/Dockerfile.gitlab-operator-build-base index 39581a5..0926dc0 100644 --- a/Dockerfile.gitlab-operator-build-base +++ b/Dockerfile.gitlab-operator-build-base @@ -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