diff --git a/package/harvester-os/files/usr/share/rancher/rancherd/config.yaml.d/50-defaults.yaml b/package/harvester-os/files/usr/share/rancher/rancherd/config.yaml.d/50-defaults.yaml index e0a76d486..04e1cf67b 100644 --- a/package/harvester-os/files/usr/share/rancher/rancherd/config.yaml.d/50-defaults.yaml +++ b/package/harvester-os/files/usr/share/rancher/rancherd/config.yaml.d/50-defaults.yaml @@ -1,7 +1,7 @@ rancherValues: rancherImagePullPolicy: IfNotPresent rancherImage: rancher/rancher - rancherImageTag: v2.8.5 + rancherImageTag: v2.9.1 noDefaultAdmin: false features: multi-cluster-management=false,multi-cluster-management-agent=false useBundledSystemChart: true @@ -11,4 +11,4 @@ rancherValues: cattle: psp: enabled: false -rancherInstallerImage: rancher/system-agent-installer-rancher:v2.8.5 +rancherInstallerImage: rancher/system-agent-installer-rancher:v2.9.1 diff --git a/scripts/images/rancherd-bootstrap-images.txt b/scripts/images/rancherd-bootstrap-images.txt index f7441fa0b..83e43e331 100644 --- a/scripts/images/rancherd-bootstrap-images.txt +++ b/scripts/images/rancherd-bootstrap-images.txt @@ -1,2 +1,2 @@ -docker.io/rancher/system-agent-installer-rancher:v2.8.5 +docker.io/rancher/system-agent-installer-rancher:v2.9.1 docker.io/rancher/system-agent-installer-rke2:$RKE2_VERSION diff --git a/scripts/version-rancher b/scripts/version-rancher index dba39015c..d1390bc8c 100644 --- a/scripts/version-rancher +++ b/scripts/version-rancher @@ -1 +1 @@ -RANCHER_VERSION="v2.8.5" +RANCHER_VERSION="v2.9.1" diff --git a/scripts/version-rke2 b/scripts/version-rke2 index 838099afc..f7cd2a7fe 100644 --- a/scripts/version-rke2 +++ b/scripts/version-rke2 @@ -1 +1 @@ -RKE2_VERSION="v1.28.12+rke2r1" +RKE2_VERSION="v1.29.8+rke2r1"