From 8ce8fe5ced45f7c93c3a80013d2cbc33d6414e30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:56:33 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20ghcr.io/siderolabs/i?= =?UTF-8?q?nstaller=20(=20v1.9.1=20=E2=86=92=20v1.9.2=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/system-upgrade/system-upgrade-controller/ks.yaml | 2 +- kubernetes/bootstrap/talos/talconfig.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/apps/system-upgrade/system-upgrade-controller/ks.yaml b/kubernetes/apps/system-upgrade/system-upgrade-controller/ks.yaml index f1680c0da..8e4cd3b52 100644 --- a/kubernetes/apps/system-upgrade/system-upgrade-controller/ks.yaml +++ b/kubernetes/apps/system-upgrade/system-upgrade-controller/ks.yaml @@ -49,6 +49,6 @@ spec: # NOTE: needs to follow schematic id from kubernetes/bootstrap/talos TALOS_SCHEMATIC_ID: e2db9ecf15bafbac72ddc250d35e082f8523f1fd582ce1259e1ebeda31e34675 # renovate: datasource=docker depName=ghcr.io/siderolabs/installer - TALOS_VERSION: v1.9.1 + TALOS_VERSION: v1.9.2 # renovate: datasource=docker depName=ghcr.io/siderolabs/kubelet KUBERNETES_VERSION: v1.32.0 diff --git a/kubernetes/bootstrap/talos/talconfig.yaml b/kubernetes/bootstrap/talos/talconfig.yaml index c7d3e8943..871272dc3 100644 --- a/kubernetes/bootstrap/talos/talconfig.yaml +++ b/kubernetes/bootstrap/talos/talconfig.yaml @@ -1,7 +1,7 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/budimanjojo/talhelper/master/pkg/config/schemas/talconfig.json --- # renovate: datasource=docker depName=ghcr.io/siderolabs/installer -talosVersion: v1.9.1 +talosVersion: v1.9.2 # renovate: datasource=docker depName=ghcr.io/siderolabs/kubelet kubernetesVersion: v1.32.0