Skip to content

Commit

Permalink
PAC-1983 new version of k8s 44c
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshdaivajna committed Aug 31, 2024
1 parent f8eec86 commit 4724515
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ build-provider-images:
BUILD +$TARGET --K8S_VERSION=1.28.11
BUILD +$TARGET --K8S_VERSION=1.29.2
BUILD +$TARGET --K8S_VERSION=1.29.6
BUILD +$TARGET --K8S_VERSION=1.28.13
BUILD +$TARGET --K8S_VERSION=1.29.8
BUILD +$TARGET --K8S_VERSION=1.30.4
END
ELSE
BUILD +$TARGET --K8S_VERSION="$K8S_VERSION"
Expand All @@ -238,6 +241,9 @@ build-provider-images-fips:
BUILD +provider-image --K8S_VERSION=1.29.5
BUILD +provider-image --K8S_VERSION=1.29.6
BUILD +provider-image --K8S_VERSION=1.29.7
BUILD +provider-image --K8S_VERSION=1.28.13
BUILD +provider-image --K8S_VERSION=1.29.8
BUILD +provider-image --K8S_VERSION=1.30.4
ELSE IF [ "$K8S_DISTRIBUTION" = "rke2" ]
BUILD +provider-image --K8S_VERSION=1.24.6
BUILD +provider-image --K8S_VERSION=1.25.0
Expand All @@ -258,6 +264,9 @@ build-provider-images-fips:
BUILD +provider-image --K8S_VERSION=1.29.3
BUILD +provider-image --K8S_VERSION=1.29.5
BUILD +provider-image --K8S_VERSION=1.29.6
BUILD +provider-image --K8S_VERSION=1.28.12
BUILD +provider-image --K8S_VERSION=1.29.7
BUILD +provider-image --K8S_VERSION=1.30.3
ELSE
BUILD +provider-image --K8S_VERSION=1.24.6
BUILD +provider-image --K8S_VERSION=1.25.2
Expand All @@ -274,6 +283,9 @@ build-provider-images-fips:
BUILD +provider-image --K8S_VERSION=1.29.0
BUILD +provider-image --K8S_VERSION=1.29.2
BUILD +provider-image --K8S_VERSION=1.29.6
BUILD +provider-image --K8S_VERSION=1.28.13
BUILD +provider-image --K8S_VERSION=1.29.8
BUILD +provider-image --K8S_VERSION=1.30.4
END
ELSE
BUILD +provider-image --K8S_VERSION="$K8S_VERSION"
Expand Down

0 comments on commit 4724515

Please sign in to comment.