Mercurial > code > home > repos > infra
diff kube.py @ 232:501d867cdd3e
skaffold ver
author | drewp@bigasterisk.com |
---|---|
date | Wed, 18 Oct 2023 20:32:53 -0700 |
parents | 9dfb0916e850 |
children | b58f05be720a |
line wrap: on
line diff
--- a/kube.py Mon Oct 09 16:55:18 2023 -0700 +++ b/kube.py Wed Oct 18 20:32:53 2023 -0700 @@ -8,7 +8,7 @@ is_pi = host.get_fact(LinuxDistribution)['name'] in ['Debian', 'Raspbian GNU/Linux'] # https://github.com/GoogleContainerTools/skaffold/releases -skaffold_version = 'v2.6.0' +skaffold_version = 'v2.8.0' def download_k3s(k3s_version):