diff --git a/README.md b/README.md index 96f99db..0845c6c 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,11 @@ fetch -> validate -> save -> | <airgap> | -> load -> validate -> distribute ### Core Components - [hauler/rke2](hauler/rke2/README.md) - provides the content manifest for Rancher Kubernetes (RKE2) - - currently supports: `RKE2: v1.27.14` + - currently supports: `RKE2: v1.28.10` - [hauler/rancher](hauler/rancher/README.md) - provides the content manifest for Cert-Manager - currently supports: `Cert-Manager: v1.15.0` - [hauler/rancher](hauler/rancher/README.md) - provides the content manifest for Rancher Multi-Cluster Manager - - currently supports: `Rancher: v2.8.4` + - currently supports: `Rancher: v2.8.5` - [hauler/longhorn](hauler/longhorn/README.md) - provides the content manifest for Rancher Longhorn - currently supports: `Longhorn: v1.6.2` - [hauler/neuvector](hauler/neuvector/README.md) - provides the content manifest for Rancher NeuVector @@ -46,7 +46,7 @@ fetch -> validate -> save -> | <airgap> | -> load -> validate -> distribute - [hauler/cosign](hauler/cosign/README.md) - provides the content manifest for Cosign - currently supports: `Cosign: v2.2.4` - [hauler/harbor](hauler/harbor/README.md) - provides the content manifest for Harbor - - currently supports: `Harbor: v2.10.2` + - currently supports: `Harbor: v2.11.0` - [hauler/kubevip](hauler/kubevip/README.md) - provides the content manifest for KubeVip - currently supports: `KubeVip: Latest` diff --git a/examples/rancher-airgap-quickstart.md b/examples/rancher-airgap-quickstart.md index 9b7166b..d7aaf69 100644 --- a/examples/rancher-airgap-quickstart.md +++ b/examples/rancher-airgap-quickstart.md @@ -126,7 +126,7 @@ Complete the following commands on the first server node in the cluster. You wil sudo su ### Set Variables -export vRKE2=v1.27.13 +export vRKE2=v1.28.10 export vPlatform=el9 export registry=<FQDN or IP>:5000 export fileserver=<FQDN or IP>:8080 @@ -228,7 +228,7 @@ Complete the following commands on the agent node(s) in the cluster. You will ne sudo su ### Set Variables -export vRKE2=v1.27.13 +export vRKE2=v1.28.10 export vPlatform=el9 export registry=<FQDN or IP>:5000 export fileserver=<FQDN or IP>:8080 diff --git a/hauler/scripts/harbor/hauler-harbor.sh b/hauler/scripts/harbor/hauler-harbor.sh index b33a605..e1269f2 100755 --- a/hauler/scripts/harbor/hauler-harbor.sh +++ b/hauler/scripts/harbor/hauler-harbor.sh @@ -1,5 +1,5 @@ ### Set Variables -export vHarbor=1.14.2 +export vHarbor=1.15.0 ### Setup Working Directory rm -rf /opt/hauler/harbor diff --git a/hauler/scripts/rancher/hauler-rancher-minimal.sh b/hauler/scripts/rancher/hauler-rancher-minimal.sh index 6c2d615..2c86294 100755 --- a/hauler/scripts/rancher/hauler-rancher-minimal.sh +++ b/hauler/scripts/rancher/hauler-rancher-minimal.sh @@ -1,5 +1,5 @@ ### Set Variables -export vRancher=2.8.4 +export vRancher=2.8.5 export vCertManager=1.15.0 ### Setup Working Directory diff --git a/hauler/scripts/rancher/hauler-rancher.sh b/hauler/scripts/rancher/hauler-rancher.sh index 6036771..51f564e 100755 --- a/hauler/scripts/rancher/hauler-rancher.sh +++ b/hauler/scripts/rancher/hauler-rancher.sh @@ -1,5 +1,5 @@ ### Set Variables -export vRancher=2.8.4 +export vRancher=2.8.5 export vCertManager=1.15.0 ### Setup Working Directory diff --git a/hauler/scripts/rke2/hauler-rke2.sh b/hauler/scripts/rke2/hauler-rke2.sh index 58f7c20..d79d381 100755 --- a/hauler/scripts/rke2/hauler-rke2.sh +++ b/hauler/scripts/rke2/hauler-rke2.sh @@ -1,5 +1,5 @@ ### Set Variables -export vRKE2=1.27.14 +export vRKE2=1.28.10 export vRKE2SELinux=0.18 ### Setup Working Directory