Skip to content

Commit

Permalink
Merge pull request #1003 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.7
  • Loading branch information
janiskemper authored Oct 12, 2023
2 parents f95aa6b + 04742f0 commit 5914e44
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.9.2 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced
- export CONTAINERD=1.7.6 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?<version>.*)$ versioning=semver
- export CONTAINERD=1.7.7 # 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.9.2 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced
- export CONTAINERD=1.7.6 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?<version>.*)$ versioning=semver
- export CONTAINERD=1.7.7 # 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.9.2 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced
- export CONTAINERD=1.7.6 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?<version>.*)$ versioning=semver
- export CONTAINERD=1.7.7 # 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 5914e44

Please sign in to comment.