Mercurial > code > home > repos > infra
diff kube.py @ 75:41008d412ec8
versions
author | drewp@bigasterisk.com |
---|---|
date | Sat, 11 Jun 2022 22:58:05 -0700 |
parents | f0e59adf7b91 |
children | bc909bf8b80e |
line wrap: on
line diff
--- a/kube.py Sat Jun 11 22:57:23 2022 -0700 +++ b/kube.py Sat Jun 11 22:58:05 2022 -0700 @@ -7,7 +7,7 @@ is_pi = host.get_fact(LinuxDistribution)['name'] in ['Debian', 'Raspbian GNU/Linux'] # https://github.com/k3s-io/k3s/releases -k3s_version = 'v1.23.6+k3s1' +k3s_version = 'v1.24.1+k3s1' # https://github.com/GoogleContainerTools/skaffold/releases skaffold_version = 'v1.38.0'