File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ jobs:
169169 strategy :
170170 matrix :
171171 # Keep this list up-to-date with https://endoflife.date/red-hat-openshift
172- OPENSHIFT_VERSION : [ 4.16.0-okd, 4. 17.0-okd ]
172+ OPENSHIFT_VERSION : [ 4.17.0-okd ]
173173 fail-fast : false
174174 steps :
175175 - name : Checkout
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN apk add --no-cache ca-certificates curl
55ARG ARCH=linux/amd64
66ARG KUBECTL_VER=1.32.0
77
8- RUN curl -sL https://storage.googleapis.com/kubernetes- release/release/ v${KUBECTL_VER}/bin/${ARCH}/kubectl \
8+ RUN curl -sL https://dl.k8s.io/ release/v${KUBECTL_VER}/bin/linux /${ARCH}/kubectl \
99 -o /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl && \
1010 kubectl version --client=true
1111
You can’t perform that action at this time.
0 commit comments