From c478506b23c26f8012c549a5c052b7dbb1d88cf0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 22 Sep 2024 00:14:54 +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 96a9af7..1cf44cb 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 cd079ce..a9a048d 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.