Skip to content

Commit 5930519

Browse files
committed
Pin 'kubectl' to v1.24 in the Deployer Image
Issue: [sc-16731]
1 parent fb59849 commit 5930519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pgo-deployer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN if [ "$DFSET" = "centos" ] ; then \
1717
${PACKAGER} install -y epel-release \
1818
&& ${PACKAGER} -y install \
1919
--setopt=skip_missing_names_on_install=False \
20-
kubectl \
20+
kubectl-1.24* \
2121
ansible \
2222
which \
2323
gettext \

0 commit comments

Comments
 (0)