updated kubectl to v1.34.2
Some checks failed
tests / kustomize (push) Failing after 31s

This commit is contained in:
Serhiy Mytrovtsiy 2025-11-12 12:22:41 +00:00
parent 1d2c1e96fe
commit 2639090a03

View File

@ -2,7 +2,7 @@ FROM alpine:3.17
MAINTAINER Serhiy Mitrovtsiy <mitrovtsiy@ukr.net>
ARG TARGETPLATFORM
ARG KUBE_VERSION="v1.34.1"
ARG KUBE_VERSION="v1.34.2"
COPY entrypoint.sh /entrypoint.sh