Skip to content

Commit

Permalink
Update Kubernetes/etcd to non-EoL versions
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ananace committed Sep 16, 2024
1 parent 7280624 commit 2578993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2578993

Please sign in to comment.