File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,15 +82,15 @@ providers:
8282 - sourcePath : " ${PWD}/test/e2e/data/infrastructure-proxmox/cluster-template-flatcar.yaml"
8383
8484variables :
85- KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-v1.31.6 }"
85+ KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-v1.32.2 }"
8686 CONTROL_PLANE_MACHINE_COUNT : " ${CONTROL_PLANE_MACHINE_COUNT:-1}"
8787 WORKER_MACHINE_COUNT : " ${WORKER_MACHINE_COUNT:-2}"
8888 EXP_CLUSTER_RESOURCE_SET : " true"
8989 # Cluster Addons
9090 CNI : " ${PWD}/test/e2e/data/cni/calico.yaml"
9191
9292 PROXMOX_SOURCENODE : " ${PROXMOX_SOURCENODE:-pve}"
93- TEMPLATE_VMID : " ${TEMPLATE_VMID:-1000 }"
93+ TEMPLATE_VMID : " ${TEMPLATE_VMID:-1005 }"
9494 TEMPLATE_VMID_FLATCAR : " ${TEMPLATE_VMID_FLATCAR:-1001}"
9595 VM_SSH_KEYS : " ${VM_SSH_KEYS:-}"
9696 NODE_IP_RANGES : " ${NODE_IP_RANGES:-[10.10.10.15-10.10.10.120]}"
You can’t perform that action at this time.
0 commit comments