mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
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:
parent
65b2618e8f
commit
09541127f9
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ ARG KUBERNETES_VERSION=1.21.4
|
||||||
ARG KUBEBUILDER_VERSION=3.2.0
|
ARG KUBEBUILDER_VERSION=3.2.0
|
||||||
ARG YQ_VERSION=4.7.0
|
ARG YQ_VERSION=4.7.0
|
||||||
ARG HELM_VERSION=3.5.2
|
ARG HELM_VERSION=3.5.2
|
||||||
ARG OPERATORSDK_VERSION=1.13.1
|
ARG OPERATORSDK_VERSION=1.14.0
|
||||||
# ARG OPM_VERSION=1.19.0
|
# ARG OPM_VERSION=1.19.0
|
||||||
|
|
||||||
RUN apk add --no-cache podman buildah curl make gcc musl-dev git bash coreutils
|
RUN apk add --no-cache podman buildah curl make gcc musl-dev git bash coreutils
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue