From fe4356a3e14f52fd373148dbc9741736602e9e6c Mon Sep 17 00:00:00 2001 From: "bot-x-mod[bot]" <130179593+bot-x-mod[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 12:45:43 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20ghcr.io/siderolabs/k?= =?UTF-8?q?ubelet=20(=20v1.31.2=20=E2=86=92=20v1.31.3=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/kubernetes/bootstrap/talos/talconfig.yaml.j2 | 2 +- kubernetes/bootstrap/talos/talconfig.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/templates/kubernetes/bootstrap/talos/talconfig.yaml.j2 b/bootstrap/templates/kubernetes/bootstrap/talos/talconfig.yaml.j2 index 36228e6db..8c1b12553 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.8.3 # renovate: datasource=docker depName=ghcr.io/siderolabs/kubelet -kubernetesVersion: v1.31.2 +kubernetesVersion: v1.31.3 clusterName: "#{ bootstrap_cluster_name | default('home-kubernetes', true) }#" endpoint: https://#{ bootstrap_controller_vip }#:6443 diff --git a/kubernetes/bootstrap/talos/talconfig.yaml b/kubernetes/bootstrap/talos/talconfig.yaml index 01b257771..f960d205c 100644 --- a/kubernetes/bootstrap/talos/talconfig.yaml +++ b/kubernetes/bootstrap/talos/talconfig.yaml @@ -3,7 +3,7 @@ # renovate: datasource=docker depName=ghcr.io/siderolabs/installer talosVersion: v1.8.3 # renovate: datasource=docker depName=ghcr.io/siderolabs/kubelet -kubernetesVersion: v1.31.2 +kubernetesVersion: v1.31.3 clusterName: "home-kubernetes" endpoint: https://192.168.86.9:6443