Skip to content

Commit 6314f4e

Browse files
authored
Update k3s and test image to ubuntu 22 (kubernetes#2108)
* use ubuntu focal * update k3s used in tests * update default version
1 parent 205bf6e commit 6314f4e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tests/playbooks/roles/install-k3s/defaults/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
k3s_release: "v1.23.6+k3s1"
2+
k3s_release: v1.26.1+k3s1
33
worker_node_count: 1
44
cluster_token: "9a08jv.c0izixklcxtmnze7"
55
devstack_workdir: "{{ ansible_user_dir }}/devstack"

tests/playbooks/test-csi-cinder-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- cinder
2121
- role: install-k3s
2222
worker_node_count: 0
23-
k3s_release: v1.23.6+k3s1
23+
k3s_release: v1.26.1+k3s1
2424
- role: install-docker
2525
- role: install-docker-registry
2626
cert_hosts: ' ["{{ ansible_default_ipv4.address }}"]'

tests/playbooks/test-csi-manila-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- manila
2020
- role: install-k3s
2121
worker_node_count: 0
22-
k3s_release: v1.23.6+k3s1
22+
k3s_release: v1.26.1+k3s1
2323
- role: install-docker
2424
- role: install-docker-registry
2525
cert_hosts: ' ["{{ ansible_default_ipv4.address }}"]'

tests/playbooks/test-occm-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
- barbican
2222
- role: install-k3s
2323
worker_node_count: 0
24-
k3s_release: v1.23.6+k3s1
24+
k3s_release: v1.26.1+k3s1
2525
- role: install-docker
2626
- role: install-docker-registry
2727
cert_hosts: ' ["{{ ansible_default_ipv4.address }}"]'

tests/scripts/create-gce-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ main() {
9494
if ! gcloud compute disks describe devstack-${FLAVOR} --zone "${GCP_ZONE}" > /dev/null 2>&1;
9595
then
9696
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 \
9898
--zone "${GCP_ZONE}"
9999
fi
100100

0 commit comments

Comments
 (0)