From b2942c24e5866916f4073b533313c09e29642d10 Mon Sep 17 00:00:00 2001 From: "bot-kanga[bot]" <141990275+bot-kanga[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:05:16 +0000 Subject: [PATCH] fix(container): update image ghcr.io/siderolabs/installer to v1.8.1 --- .taskfiles/Talos/Taskfile.yaml | 2 +- .../main/apps/system-upgrade/system-upgrade-controller/ks.yaml | 2 +- kubernetes/main/talconfig.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.taskfiles/Talos/Taskfile.yaml b/.taskfiles/Talos/Taskfile.yaml index e5e28e496..0c58b706b 100644 --- a/.taskfiles/Talos/Taskfile.yaml +++ b/.taskfiles/Talos/Taskfile.yaml @@ -10,7 +10,7 @@ vars: MATCHBOX_PROFILES_DIR: "{{.MATCHBOX_DIR}}/profiles" MATCHBOX_ASSETS_DIR: "{{.MATCHBOX_DIR}}/assets" # renovate: datasource=docker depName=ghcr.io/siderolabs/installer - TALOS_VERSION: v1.8.0 + TALOS_VERSION: v1.8.1 TALOS_SCHEMATIC_ID: 76d744fe4579923f39f364e8975d0886f86efe0ca30dcb74d92f16a5ee1ab2fd # renovate: datasource=docker depName=ghcr.io/siderolabs/kubelet KUBERNETES_VERSION: v1.31.1 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 8b11eb919..291e59581 100644 --- a/kubernetes/main/apps/system-upgrade/system-upgrade-controller/ks.yaml +++ b/kubernetes/main/apps/system-upgrade/system-upgrade-controller/ks.yaml @@ -47,6 +47,6 @@ spec: postBuild: substitute: # renovate: datasource=docker depName=ghcr.io/siderolabs/installer - TALOS_VERSION: v1.8.0 + TALOS_VERSION: v1.8.1 # renovate: datasource=docker depName=ghcr.io/siderolabs/kubelet KUBERNETES_VERSION: v1.31.1 diff --git a/kubernetes/main/talconfig.yaml b/kubernetes/main/talconfig.yaml index 2772c5a2e..02888a662 100644 --- a/kubernetes/main/talconfig.yaml +++ b/kubernetes/main/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.8.0 +talosVersion: v1.8.1 # renovate: datasource=docker depName=ghcr.io/siderolabs/kubelet kubernetesVersion: v1.31.1