Skip to content

Commit

Permalink
Merge pull request #1066 from syself/renovate/containerd-containerd-1…
Browse files Browse the repository at this point in the history
….7.x

🌱 Update containerd/containerd to 1.7.10
  • Loading branch information
kranurag7 authored Nov 30, 2023
2 parents 62ad6ad + 9a1d4b0 commit 13dca72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/cluster-templates/bases/hcloud-kcp-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ spec:
preKubeadmCommands:
- set -x
- export CRUN=1.12 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced
- export CONTAINERD=1.7.9 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?<version>.*)$ versioning=semver
- export CONTAINERD=1.7.10 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?<version>.*)$ versioning=semver
- export KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | sed 's/^v//')
- ARCH=amd64
- if [ "$(uname -m)" = "aarch64" ]; then ARCH=arm64; fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ spec:
preKubeadmCommands:
- set -x
- export CRUN=1.12 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced
- export CONTAINERD=1.7.9 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?<version>.*)$ versioning=semver
- export CONTAINERD=1.7.10 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?<version>.*)$ versioning=semver
- export KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | sed 's/^v//')
- localectl set-locale LANG=en_US.UTF-8
- localectl set-locale LANGUAGE=en_US.UTF-8
Expand Down
2 changes: 1 addition & 1 deletion templates/cluster-templates/bases/kct-md-0-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
preKubeadmCommands:
- set -x
- export CRUN=1.12 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced
- export CONTAINERD=1.7.9 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?<version>.*)$ versioning=semver
- export CONTAINERD=1.7.10 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?<version>.*)$ versioning=semver
- export KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | sed 's/^v//')
- ARCH=amd64
- if [ "$(uname -m)" = "aarch64" ]; then ARCH=arm64; fi
Expand Down

0 comments on commit 13dca72

Please sign in to comment.