mirror of
https://github.com/k3s-io/k3s.git
synced 2026-06-09 08:55:19 -04:00
Bump klipper-helm image tag
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
parent
5962813672
commit
2f0c0d4839
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
docker.io/rancher/klipper-helm:v0.9.17-build20260422
|
||||
docker.io/rancher/klipper-helm:v0.10.0-build20260513
|
||||
docker.io/rancher/klipper-lb:v0.4.17
|
||||
docker.io/rancher/local-path-provisioner:v0.0.36
|
||||
docker.io/rancher/mirrored-coredns-coredns:1.14.3
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ case ${ARCH} in
|
|||
;;
|
||||
esac
|
||||
|
||||
VERSION_HELM_JOB="v0.9.17-build20260422"
|
||||
VERSION_HELM_JOB="v0.10.0-build20260513"
|
||||
|
||||
GO_VERSION_URL="https://raw.githubusercontent.com/kubernetes/kubernetes/${VERSION_K8S}/.go-version"
|
||||
VERSION_GOLANG="go"$(curl -sL "${GO_VERSION_URL}" | tr -d '[:space:]')
|
||||
|
|
|
|||
Loading…
Reference in a new issue