Skip to content

Commit

Permalink
🌱 Update containers/crun to 1.11
Browse files Browse the repository at this point in the history
| datasource  | package         | from | to   |
| ----------- | --------------- | ---- | ---- |
| github-tags | containers/crun | 1.10 | 1.11 |
  • Loading branch information
syself-bot[bot] committed Oct 27, 2023
1 parent 6018683 commit 05b1cd7
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 @@ -187,7 +187,7 @@ spec:
nameserver 2606:4700:4700::1111
preKubeadmCommands:
- set -x
- export CRUN=1.10 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced
- export CRUN=1.11 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced
- 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ spec:
nameserver 2606:4700:4700::1111
preKubeadmCommands:
- set -x
- export CRUN=1.10 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced
- export CRUN=1.11 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced
- 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
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 @@ -74,7 +74,7 @@ spec:
nameserver 2606:4700:4700::1111
preKubeadmCommands:
- set -x
- export CRUN=1.10 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced
- export CRUN=1.11 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced
- 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
Expand Down

0 comments on commit 05b1cd7

Please sign in to comment.