chore(): bump kubectl version (#14585)

This commit is contained in:
david-leifker 2025-08-28 21:13:38 -05:00 committed by GitHub
parent df9d39c4b9
commit d8281bfb41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ RUN apk --no-cache --update-cache --available upgrade \
&& cp /usr/lib/jvm/java-17-openjdk/jre/lib/security/cacerts /tmp/kafka.client.truststore.jks
COPY --from=binary /go/bin/dockerize /usr/local/bin
ENV KUBECTL_VERSION=v1.26.15
ENV KUBECTL_VERSION=v1.33.4
RUN set -x \
&& APK_ARCH="$(cat /etc/apk/arch)" \
&& case "$APK_ARCH" in \