diff --git a/templates/cluster-templates/bases/hcloud-kcp-ubuntu.yaml b/templates/cluster-templates/bases/hcloud-kcp-ubuntu.yaml index b45414f53..4a2862b4c 100644 --- a/templates/cluster-templates/bases/hcloud-kcp-ubuntu.yaml +++ b/templates/cluster-templates/bases/hcloud-kcp-ubuntu.yaml @@ -166,7 +166,7 @@ spec: nameserver 2606:4700:4700::1111 preKubeadmCommands: - set -x - - export CONTAINERD=1.7.18 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?.*)$ versioning=semver + - export CONTAINERD=1.7.19 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?.*)$ versioning=semver - export KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | sed 's/^v//') - export TRIMMED_KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | sed 's/^v//' | awk -F . '{print $1 "." $2}') - ARCH=amd64 diff --git a/templates/cluster-templates/bases/hetznerbaremetal-kcp-ubuntu.yaml b/templates/cluster-templates/bases/hetznerbaremetal-kcp-ubuntu.yaml index 419592102..ec2014b78 100644 --- a/templates/cluster-templates/bases/hetznerbaremetal-kcp-ubuntu.yaml +++ b/templates/cluster-templates/bases/hetznerbaremetal-kcp-ubuntu.yaml @@ -185,7 +185,7 @@ spec: nameserver 2606:4700:4700::1111 preKubeadmCommands: - set -x - - export CONTAINERD=1.7.18 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?.*)$ versioning=semver + - export CONTAINERD=1.7.19 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?.*)$ versioning=semver - export KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | sed 's/^v//') - export TRIMMED_KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | sed 's/^v//' | awk -F . '{print $1 "." $2}') - localectl set-locale LANG=en_US.UTF-8 diff --git a/templates/cluster-templates/bases/kct-md-0-ubuntu.yaml b/templates/cluster-templates/bases/kct-md-0-ubuntu.yaml index abcecbc58..0ae791da2 100644 --- a/templates/cluster-templates/bases/kct-md-0-ubuntu.yaml +++ b/templates/cluster-templates/bases/kct-md-0-ubuntu.yaml @@ -55,7 +55,7 @@ spec: preKubeadmCommands: - set -x - grep VERSION= /etc/os-release; uname -a - - export CONTAINERD=1.7.18 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?.*)$ versioning=semver + - export CONTAINERD=1.7.19 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?.*)$ versioning=semver - export KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | sed 's/^v//') - export TRIMMED_KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | sed 's/^v//' | awk -F . '{print $1 "." $2}') - ARCH=amd64