From ca1e447f27da151a16a9438eb6c5e39f03dde2ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 15:23:53 +0000 Subject: [PATCH] fix(container): update image ghcr.io/siderolabs/kubelet to v1.30.2 --- .../templates/kubernetes/bootstrap/talos/talconfig.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/templates/kubernetes/bootstrap/talos/talconfig.yaml.j2 b/bootstrap/templates/kubernetes/bootstrap/talos/talconfig.yaml.j2 index 7534dd73..ac8bd09a 100644 --- a/bootstrap/templates/kubernetes/bootstrap/talos/talconfig.yaml.j2 +++ b/bootstrap/templates/kubernetes/bootstrap/talos/talconfig.yaml.j2 @@ -3,7 +3,7 @@ # renovate: datasource=docker depName=ghcr.io/siderolabs/installer talosVersion: v1.7.0 # renovate: datasource=docker depName=ghcr.io/siderolabs/kubelet -kubernetesVersion: v1.30.0 +kubernetesVersion: v1.30.2 clusterName: &cluster #{ bootstrap_cluster_name|default('home-kubernetes', true) }# endpoint: https://#{ bootstrap_controllers_vip }#:6443