Bump klipper-helm image tag
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:
Brad Davidson 2026-05-13 21:22:38 +00:00 committed by Brad Davidson
parent 5962813672
commit 2f0c0d4839
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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:]')