From 728210b8ce4523c032837bc584830a87fceefa30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 20:40:54 +0000 Subject: [PATCH] Update docker.io/sigwindowstools/kube-proxy Docker tag to v1.34.2 Signed-off-by: Renovate Bot --- pkg/constant/constant.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/constant/constant.go b/pkg/constant/constant.go index 59d1902fab58..74f82d92b0ef 100644 --- a/pkg/constant/constant.go +++ b/pkg/constant/constant.go @@ -80,7 +80,7 @@ const ( KubeProxyImage = "quay.io/k0sproject/kube-proxy" KubeProxyImageVersion = "v1.34.1" KubeProxyWindowsImage = "docker.io/sigwindowstools/kube-proxy" - KubeProxyWindowsImageVersion = "v1.34.1-calico-hostprocess" + KubeProxyWindowsImageVersion = "v1.34.2-calico-hostprocess" CoreDNSImage = "quay.io/k0sproject/coredns" CoreDNSImageVersion = "1.13.1" EnvoyProxyImage = "quay.io/k0sproject/envoy-distroless"