File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ set -o pipefail
1212CLUSTER_DISK_SIZE=" ${CLUSTER_DISK_SIZE:- 30} "
1313CLUSTER_CONTROL_NODES=" ${CLUSTER_CONTROL_NODES:- 1} "
1414CLUSTER_NAME=" ${CLUSTER_NAME:- peer-pods} "
15- CLUSTER_IMAGE=" ${CLUSTER_IMAGE:- ubuntu2204 } "
16- CLUSTER_VERSION=" ${CLUSTER_VERSION:- 1.30.0 } "
15+ CLUSTER_IMAGE=" ${CLUSTER_IMAGE:- ubuntu2404 } "
16+ CLUSTER_VERSION=" ${CLUSTER_VERSION:- 1.34.1 } "
1717CLUSTER_WORKERS=" ${CLUSTER_WORKERS:- 1} "
1818CONTAINER_RUNTIME=" ${CONTAINER_RUNTIME:- containerd} " # Either "containerd" or "crio"
1919LIBVIRT_NETWORK=" ${LIBVIRT_NETWORK:- default} "
Original file line number Diff line number Diff line change 3030 bats : 1.10.0
3131 iptables-wrapper : v0.0.0-20240819165702-06cad2ec6cb5
3232 golang : 1.24.7
33- kcli : 99.0.202507200957
33+ kcli : 99.0.202510200604
3434 mkosi : v22
3535 protoc : 3.16.0
3636 packer : v1.9.4
You can’t perform that action at this time.
0 commit comments