Skip to content

Commit

Permalink
new versions for k3s/rke2
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshdaivajna committed Apr 2, 2024
1 parent 5ed223d commit eaa88b1
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,17 @@ build-provider-images:
BUILD +provider-image --K8S_VERSION=1.27.9
BUILD +provider-image --K8S_VERSION=1.26.12
BUILD +provider-image --K8S_VERSION=1.28.5


IF [ "$K8S_DISTRIBUTION" = "rke2" ]
BUILD +provider-image --K8S_VERSION=1.26.14
BUILD +provider-image --K8S_VERSION=1.27.11
BUILD +provider-image --K8S_VERSION=1.28.7
BUILD +provider-image --K8S_VERSION=1.29.2
ELSE IF [ "$K8S_DISTRIBUTION" = "k3s" ]
BUILD +provider-image --K8S_VERSION=1.26.14
BUILD +provider-image --K8S_VERSION=1.27.11
BUILD +provider-image --K8S_VERSION=1.28.7
BUILD +provider-image --K8S_VERSION=1.29.3
END

build-provider-images-fips:
IF [ "$K8S_DISTRIBUTION" = "kubeadm-fips" ]
Expand Down

0 comments on commit eaa88b1

Please sign in to comment.