We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce7a8f commit e5905d2Copy full SHA for e5905d2
tests/test-cluster.py
@@ -25,7 +25,7 @@
25
backend = os.environ.get("BACKEND", None)
26
profile = os.environ.get("LXC_PROFILE", "lxc/microk8s.profile")
27
snap_data = os.environ.get("SNAP_DATA", "/var/snap/microk8s/current")
28
-distro = os.environ.get("DISTRO", "ubuntu:20.04")
+distro = os.environ.get("DISTRO", "ubuntu:22.04")
29
30
TEMPLATES = Path(__file__).absolute().parent / "templates"
31
0 commit comments