mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-22 11:35:43 +00:00
Update Kubernetes dependencies to v1.25.0
- update `k8s.io` packages to match the Kubernetes v1.25.0 release - update `kubectl` to v1.25.0 in the flux-cli container image - update `go.mod` to Go 1.18 Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
735ebd3336
commit
b4fef0a6b9
4 changed files with 71 additions and 161 deletions
|
|
@ -3,7 +3,7 @@ FROM alpine:3.16 as builder
|
|||
RUN apk add --no-cache ca-certificates curl
|
||||
|
||||
ARG ARCH=linux/amd64
|
||||
ARG KUBECTL_VER=1.24.3
|
||||
ARG KUBECTL_VER=1.25.0
|
||||
|
||||
RUN curl -sL https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VER}/bin/${ARCH}/kubectl \
|
||||
-o /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue