From 0d53b14eb2b7d6bff7bd13e8065c72dfddce32a4 Mon Sep 17 00:00:00 2001 From: Samuele Chiocca Date: Wed, 9 Aug 2023 09:58:47 +0200 Subject: [PATCH] Feat: bump last three kubernetes versions for kubeadm clusters (#152) * feat: add more kubernetes versions for the last three supported versions --- modules/on-premises/images.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/modules/on-premises/images.yml b/modules/on-premises/images.yml index 4407af1..6b2fef0 100644 --- a/modules/on-premises/images.yml +++ b/modules/on-premises/images.yml @@ -34,8 +34,11 @@ images: - "v1.22.13" - "v1.23.12" - "v1.24.7" + - "v1.24.16" - "v1.25.6" + - "v1.25.12" - "v1.26.3" + - "v1.26.7" destinations: - registry.sighup.io/fury/on-premises/kube-apiserver @@ -48,8 +51,11 @@ images: - "v1.22.13" - "v1.23.12" - "v1.24.7" + - "v1.24.16" - "v1.25.6" + - "v1.25.12" - "v1.26.3" + - "v1.26.7" destinations: - registry.sighup.io/fury/on-premises/kube-controller-manager @@ -62,8 +68,11 @@ images: - "v1.22.13" - "v1.23.12" - "v1.24.7" + - "v1.24.16" - "v1.25.6" + - "v1.25.12" - "v1.26.3" + - "v1.26.7" destinations: - registry.sighup.io/fury/on-premises/kube-proxy @@ -76,7 +85,10 @@ images: - "v1.22.13" - "v1.23.12" - "v1.24.7" + - "v1.24.16" - "v1.25.6" + - "v1.25.12" - "v1.26.3" + - "v1.26.7" destinations: - registry.sighup.io/fury/on-premises/kube-scheduler