1
0
mirror of synced 2026-02-06 10:55:56 +00:00

Update to Kubernetes 1.33.0 and Go 1.24.0

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2025-04-28 14:55:26 +03:00
parent e9e15c5f7a
commit 8816c5f7de
25 changed files with 625 additions and 575 deletions

View File

@@ -3,7 +3,7 @@ FROM alpine:3.21 AS builder
RUN apk add --no-cache ca-certificates curl
ARG ARCH=linux/amd64
ARG KUBECTL_VER=1.32.2
ARG KUBECTL_VER=1.33.0
RUN curl -sL https://dl.k8s.io/release/v${KUBECTL_VER}/bin/${ARCH}/kubectl \
-o /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl