Skip to content

Commit

Permalink
k3s 1.30.5->1.30.8 for y-cluster-provision-k3s-lima
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Dec 25, 2024
1 parent 589a338 commit 76f6fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/y-cluster-provision-k3s-lima
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -eo pipefail
[ -z "$CONTEXTNAME" ] && CONTEXTNAME=local

# Not reusing y-k3s-install, avoid breaking multipass provision
K3S_INSTALLER_REVISION=452dbbc14c747a0070fdf007ef2239a6e5d8d934
K3S_INSTALLER_REVISION=b43a365f27d8372336fea7b0984a571109d742ca

QEMU_VERSION="$(qemu-system-aarch64 --version | head -n 1 | rev | cut -d' ' -f1 | rev)"

Expand Down
2 changes: 1 addition & 1 deletion k3s/ystack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ memory: "8GiB"
disk: "20GiB"

env:
INSTALL_K3S_VERSION: v1.30.5+k3s1
INSTALL_K3S_VERSION: v1.30.8+k3s1
INSTALL_K3S_EXEC: --kubelet-arg=address=0.0.0.0
K3S_NODE_NAME: ystack-master

Expand Down

0 comments on commit 76f6fcb

Please sign in to comment.