From b7e0a828b64d7f137dcf844d905c61a087625099 Mon Sep 17 00:00:00 2001 From: "kireque-bot[bot]" <143391978+kireque-bot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:23:44 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20image=20ghcr.io/sid?= =?UTF-8?q?erolabs/installer=20(=20v1.8.4=20=E2=86=92=20v1.9.0=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.8.4 | v1.9.0 | --- .../main/apps/system-upgrade/system-upgrade-controller/ks.yaml | 2 +- kubernetes/main/bootstrap/talos/talconfig.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/main/apps/system-upgrade/system-upgrade-controller/ks.yaml b/kubernetes/main/apps/system-upgrade/system-upgrade-controller/ks.yaml index ee8adbfa1..fe0cca3bc 100644 --- a/kubernetes/main/apps/system-upgrade/system-upgrade-controller/ks.yaml +++ b/kubernetes/main/apps/system-upgrade/system-upgrade-controller/ks.yaml @@ -45,6 +45,6 @@ spec: postBuild: substitute: # renovate: depName=ghcr.io/siderolabs/installer datasource=docker - TALOS_VERSION: v1.8.4 + TALOS_VERSION: v1.9.0 # renovate: depName=ghcr.io/siderolabs/kubelet datasource=docker KUBERNETES_VERSION: v1.32.0 diff --git a/kubernetes/main/bootstrap/talos/talconfig.yaml b/kubernetes/main/bootstrap/talos/talconfig.yaml index 6696bd2cf..808348214 100644 --- a/kubernetes/main/bootstrap/talos/talconfig.yaml +++ b/kubernetes/main/bootstrap/talos/talconfig.yaml @@ -4,7 +4,7 @@ clusterName: ${clusterName} endpoint: "https://${clusterEndpointIP}:6443" # renovate: depName=ghcr.io/siderolabs/installer datasource=docker -talosVersion: v1.8.4 +talosVersion: v1.9.0 # renovate: depName=ghcr.io/siderolabs/kubelet datasource=docker kubernetesVersion: v1.32.0