From 2578993e34cd9bd63da0b6ae15f2f0d00a4b3cf5 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Mon, 16 Sep 2024 09:44:10 +0200 Subject: [PATCH] Update Kubernetes/etcd to non-EoL versions For Kubernetes this means a new sub-major in the form of 1.28, whereas etcd just gets the latest patch on the same 3.5 branch --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 9bd1717..93955d8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -50,8 +50,8 @@ K8s::Ensure $ensure = 'present', Enum['container', 'native'] $packaging = 'native', K8s::Native_packaging $native_packaging = 'loose', - String[1] $version = '1.26.1', - String[1] $etcd_version = '3.5.1', + String[1] $version = '1.28.14', + String[1] $etcd_version = '3.5.16', String[1] $container_registry = 'registry.k8s.io', Optional[String[1]] $container_image_tag = undef,