Skip to content

Commit

Permalink
bump kine as releases are missing amd64 build for 0.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <[email protected]>
  • Loading branch information
TylerGillson committed Jan 23, 2024
1 parent 45b831b commit 968d3b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ARG no_proxy=${NO_PROXY}
ARG PROXY_CERT_PATH
ARG UPDATE_KERNEL=false
ARG TWO_NODE=false
ARG KINE_VERSION=0.11.0
ARG KINE_VERSION=0.11.1
ARG ETCD_VERSION="v3.5.5"

IF [ "$OS_DISTRIBUTION" = "ubuntu" ] && [ "$BASE_IMAGE" = "" ]
Expand Down Expand Up @@ -91,8 +91,8 @@ build-provider-images:
# BUILD +provider-image --K8S_VERSION=1.27.7
# BUILD +provider-image --K8S_VERSION=1.26.10
# BUILD +provider-image --K8S_VERSION=1.25.15
# BUILD +provider-image --K8S_VERSION=1.28.2
BUILD +provider-image --K8S_VERSION=1.28.4
BUILD +provider-image --K8S_VERSION=1.28.2
# BUILD +provider-image --K8S_VERSION=1.28.4

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

0 comments on commit 968d3b0

Please sign in to comment.