Skip to content

Commit

Permalink
provider version update to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshdaivajna committed Oct 19, 2023
1 parent da91d45 commit e37ac75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ ARG IMAGE_REPO=$OS_DISTRIBUTION
ARG K8S_DISTRIBUTION
ARG CUSTOM_TAG
ARG ARCH
ARG PE_VERSION=v4.1.0-alpha9
ARG PE_VERSION=v4.1.0
ARG SPECTRO_LUET_VERSION=v1.1.9
ARG KAIROS_VERSION=v2.3.2
ARG K3S_FLAVOR_TAG=k3s1
ARG RKE2_FLAVOR_TAG=rke2r1
ARG BASE_IMAGE_URL=quay.io/kairos
ARG OSBUILDER_VERSION=v0.7.11
ARG OSBUILDER_IMAGE=quay.io/kairos/osbuilder-tools:$OSBUILDER_VERSION
ARG K3S_PROVIDER_VERSION=v4.1.0-alpha3
ARG KUBEADM_PROVIDER_VERSION=v4.1.0-alpha6
ARG RKE2_PROVIDER_VERSION=v4.1.0-alpha2
ARG K3S_PROVIDER_VERSION=v4.1.0
ARG KUBEADM_PROVIDER_VERSION=v4.1.0
ARG RKE2_PROVIDER_VERSION=v4.1.0
ARG FIPS_ENABLED=false
ARG HTTP_PROXY
ARG HTTPS_PROXY
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ v3.3.3
v3.4.0
v3.4.1
v3.4.3

v4.1.0
```

4. Checkout the desired tag
Expand Down

0 comments on commit e37ac75

Please sign in to comment.