File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
roles/install-k3s/defaults Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- k3s_release : " v1.23.6 +k3s1"
2
+ k3s_release : v1.26.1 +k3s1
3
3
worker_node_count : 1
4
4
cluster_token : " 9a08jv.c0izixklcxtmnze7"
5
5
devstack_workdir : " {{ ansible_user_dir }}/devstack"
Original file line number Diff line number Diff line change 20
20
- cinder
21
21
- role : install-k3s
22
22
worker_node_count : 0
23
- k3s_release : v1.23.6 +k3s1
23
+ k3s_release : v1.26.1 +k3s1
24
24
- role : install-docker
25
25
- role : install-docker-registry
26
26
cert_hosts : ' ["{{ ansible_default_ipv4.address }}"]'
Original file line number Diff line number Diff line change 19
19
- manila
20
20
- role : install-k3s
21
21
worker_node_count : 0
22
- k3s_release : v1.23.6 +k3s1
22
+ k3s_release : v1.26.1 +k3s1
23
23
- role : install-docker
24
24
- role : install-docker-registry
25
25
cert_hosts : ' ["{{ ansible_default_ipv4.address }}"]'
Original file line number Diff line number Diff line change 21
21
- barbican
22
22
- role : install-k3s
23
23
worker_node_count : 0
24
- k3s_release : v1.23.6 +k3s1
24
+ k3s_release : v1.26.1 +k3s1
25
25
- role : install-docker
26
26
- role : install-docker-registry
27
27
cert_hosts : ' ["{{ ansible_default_ipv4.address }}"]'
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ main() {
94
94
if ! gcloud compute disks describe devstack-${FLAVOR} --zone " ${GCP_ZONE} " > /dev/null 2>&1 ;
95
95
then
96
96
gcloud compute disks create devstack-${FLAVOR} \
97
- --image-project ubuntu-os-cloud --image-family ubuntu-2004 -lts \
97
+ --image-project ubuntu-os-cloud --image-family ubuntu-2204 -lts \
98
98
--zone " ${GCP_ZONE} "
99
99
fi
100
100
You can’t perform that action at this time.
0 commit comments