From 1dcc488e17e49dc420377ce509006cb12d06ea4a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 23 Sep 2024 03:02:11 +0000 Subject: [PATCH] chore(deps): update registry.k8s.io/kube-controller-manager 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 e74fb4a..b43c381 100644 --- a/talos-cluster/controlplane.yaml +++ b/talos-cluster/controlplane.yaml @@ -468,7 +468,7 @@ cluster: - level: Metadata # Controller manager server specific configuration options. controllerManager: - image: registry.k8s.io/kube-controller-manager:v1.30.3 # The container image used in the controller manager manifest. + image: registry.k8s.io/kube-controller-manager:v1.31.1 # 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.