From 2fd230ea62ecc537a3ba0b475527642dd25c062a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 22 Sep 2024 00:15:01 +0000 Subject: [PATCH] chore(deps): update registry.k8s.io/kube-proxy docker tag to v1.31.1 --- talos-cluster/controlplane.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talos-cluster/controlplane.yaml b/talos-cluster/controlplane.yaml index 96a9af7..9b722a3 100644 --- a/talos-cluster/controlplane.yaml +++ b/talos-cluster/controlplane.yaml @@ -471,7 +471,7 @@ cluster: image: registry.k8s.io/kube-controller-manager:v1.30.3 # The container image used in the controller manager manifest. # Kube-proxy server-specific configuration options proxy: - image: registry.k8s.io/kube-proxy:v1.30.3 # The container image used in the kube-proxy manifest. + image: registry.k8s.io/kube-proxy:v1.31.1 # The container image used in the kube-proxy manifest. # # Disable kube-proxy deployment on cluster bootstrap. # disabled: false -- 2.45.2