diff --git a/README.md b/README.md index f0601a9..f753503 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ fetch -> validate -> save -> | | -> load -> validate -> distribute ### Core Components - [hauler/rke2](hauler/rke2/README.md) - provides the content manifest for Rancher Kubernetes (RKE2) - - currently supports: `RKE2: v1.30.7` + - currently supports: `RKE2: v1.30.8` - [hauler/rancher](hauler/rancher/README.md) - provides the content manifest for Cert-Manager - currently supports: `Cert-Manager: v1.16.2` - [hauler/rancher](hauler/rancher/README.md) - provides the content manifest for Rancher Multi-Cluster Manager diff --git a/hauler/scripts/rke2/hauler-rke2.sh b/hauler/scripts/rke2/hauler-rke2.sh index d46a0e1..8d66ef2 100755 --- a/hauler/scripts/rke2/hauler-rke2.sh +++ b/hauler/scripts/rke2/hauler-rke2.sh @@ -1,5 +1,5 @@ ### Set Variables -export vRKE2=1.30.7 +export vRKE2=1.30.8 export vRKE2SELinux=0.18 ### Setup Working Directory