Skip to content

Commit

Permalink
bump luet-repo to 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kpiyush17 committed Apr 17, 2024
1 parent 5431166 commit 6ec8679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM $SPECTRO_PUB_REPO/canvos/alpine-cert:v1.0.0

## Spectro Cloud and Kairos Tags ##
ARG PE_VERSION=v4.3.2
ARG SPECTRO_LUET_VERSION=v1.2.7
ARG SPECTRO_LUET_VERSION=v1.2.8
ARG KAIROS_VERSION=v2.4.5
ARG K3S_FLAVOR_TAG=k3s1
ARG RKE2_FLAVOR_TAG=rke2r1
Expand Down Expand Up @@ -81,7 +81,7 @@ build-all-images:
END

build-provider-images:
IF [ "$K8S_DISTRIBUTION" = "rke2" ]
IF [ "$K8S_DISTRIBUTION" = "kubeadm" ]
BUILD +provider-image --K8S_VERSION=1.24.6
BUILD +provider-image --K8S_VERSION=1.25.2
BUILD +provider-image --K8S_VERSION=1.26.4
Expand Down

0 comments on commit 6ec8679

Please sign in to comment.