Bump klipper-helm image tag

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Brad Davidson 2026-05-13 21:22:38 +00:00
parent 372c8adc58
commit 3ae3cf5d8a
No known key found for this signature in database
GPG key ID: FFB7A9376A9349B9
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

@ -65,7 +65,7 @@ fi
VERSION_ROOT="v0.15.0"
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:]')