From 73019cb7ae1a45691a7d5dbb766e2b31e2be2ec4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 10:42:57 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20image=20ghcr.io/side?= =?UTF-8?q?rolabs/installer=20(=20v1.9.5=20=E2=86=92=20v1.9.6=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ---------------------------- | ------ | ------ | | docker | ghcr.io/siderolabs/installer | v1.9.5 | v1.9.6 | --- .../apps/system-upgrade/system-upgrade-controller/ks.yaml | 2 +- kubernetes/cluster-0/talos/talconfig.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/cluster-0/apps/system-upgrade/system-upgrade-controller/ks.yaml b/kubernetes/cluster-0/apps/system-upgrade/system-upgrade-controller/ks.yaml index 053a0261d6..6826c45541 100644 --- a/kubernetes/cluster-0/apps/system-upgrade/system-upgrade-controller/ks.yaml +++ b/kubernetes/cluster-0/apps/system-upgrade/system-upgrade-controller/ks.yaml @@ -43,6 +43,6 @@ spec: postBuild: substitute: # renovate: depName=ghcr.io/siderolabs/installer datasource=docker - TALOS_VERSION: v1.9.5 + TALOS_VERSION: v1.9.6 # renovate: depName=ghcr.io/siderolabs/kubelet datasource=docker KUBERNETES_VERSION: v1.32.3 diff --git a/kubernetes/cluster-0/talos/talconfig.yaml b/kubernetes/cluster-0/talos/talconfig.yaml index f71557c5a3..67b204dca1 100644 --- a/kubernetes/cluster-0/talos/talconfig.yaml +++ b/kubernetes/cluster-0/talos/talconfig.yaml @@ -3,7 +3,7 @@ clusterName: &clusterName ${clusterName} endpoint: "https://${clusterName}.${domainName}:6443" # renovate: depName=ghcr.io/siderolabs/installer datasource=docker -talosVersion: v1.9.5 +talosVersion: v1.9.6 # renovate: depName=ghcr.io/siderolabs/kubelet datasource=docker kubernetesVersion: v1.30.11