From 0bba6b15f5c2a5e431f21e2c4b71e9ed2b383013 Mon Sep 17 00:00:00 2001 From: Laksh Menroy <96564200+lakshmenroy@users.noreply.github.com> Date: Sat, 11 May 2024 03:42:23 +0530 Subject: [PATCH] kubeadm k8s version 1.27.11 is missing in the Earthfile (#184) Co-authored-by: lakshmenroy --- Earthfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Earthfile b/Earthfile index ac598c8..eab8672 100644 --- a/Earthfile +++ b/Earthfile @@ -141,6 +141,7 @@ build-provider-images: BUILD +$TARGET --K8S_VERSION=1.27.9 BUILD +$TARGET --K8S_VERSION=1.26.12 BUILD +$TARGET --K8S_VERSION=1.28.5 + BUILD +$TARGET --K8S_VERSION=1.27.11 ELSE IF [ "$K8S_DISTRIBUTION" = "rke2" ] BUILD +$TARGET --K8S_VERSION=1.26.14 BUILD +$TARGET --K8S_VERSION=1.27.11