From cf0a85cdce28901f982345d1f8784a9a71abcf8a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 23 Sep 2024 03:02:07 +0000 Subject: [PATCH] chore(deps): update ghcr.io/siderolabs/kubelet docker tag to v1.31.1 --- talos-cluster/controlplane.yaml | 2 +- talos-cluster/worker.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/talos-cluster/controlplane.yaml b/talos-cluster/controlplane.yaml index e74fb4a..8b5f488 100644 --- a/talos-cluster/controlplane.yaml +++ b/talos-cluster/controlplane.yaml @@ -18,7 +18,7 @@ machine: # Used to provide additional options to the kubelet. kubelet: - image: ghcr.io/siderolabs/kubelet:v1.30.3 # The `image` field is an optional reference to an alternative kubelet image. + image: ghcr.io/siderolabs/kubelet:v1.31.1 # The `image` field is an optional reference to an alternative kubelet image. defaultRuntimeSeccompProfileEnabled: true # Enable container runtime default Seccomp profile. disableManifestsDirectory: true # The `disableManifestsDirectory` field configures the kubelet to get static pod manifests from the /etc/kubernetes/manifests directory. diff --git a/talos-cluster/worker.yaml b/talos-cluster/worker.yaml index 665d1ec..d0b73fd 100644 --- a/talos-cluster/worker.yaml +++ b/talos-cluster/worker.yaml @@ -18,7 +18,7 @@ machine: # Used to provide additional options to the kubelet. kubelet: - image: ghcr.io/siderolabs/kubelet:v1.30.3 # The `image` field is an optional reference to an alternative kubelet image. + image: ghcr.io/siderolabs/kubelet:v1.31.1 # The `image` field is an optional reference to an alternative kubelet image. defaultRuntimeSeccompProfileEnabled: true # Enable container runtime default Seccomp profile. disableManifestsDirectory: true # The `disableManifestsDirectory` field configures the kubelet to get static pod manifests from the /etc/kubernetes/manifests directory. -- 2.47.2