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 c1c033fb5..e0a76d486 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.3 + rancherImageTag: v2.8.5 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.3 +rancherInstallerImage: rancher/system-agent-installer-rancher:v2.8.5 diff --git a/scripts/images/rancher-images.txt b/scripts/images/rancher-images.txt index 099c3f977..17865aa05 100644 --- a/scripts/images/rancher-images.txt +++ b/scripts/images/rancher-images.txt @@ -1,6 +1,6 @@ -docker.io/rancher/fleet-agent:v0.9.2 -docker.io/rancher/fleet:v0.9.2 -docker.io/rancher/gitjob:v0.9.4 +docker.io/rancher/fleet-agent:v0.9.5 +docker.io/rancher/fleet:v0.9.5 +docker.io/rancher/gitjob:v0.9.8 docker.io/rancher/kubectl:v1.20.2 docker.io/rancher/kubectl:v1.21.5 docker.io/rancher/mirrored-grafana-grafana:9.1.5 @@ -13,12 +13,12 @@ docker.io/rancher/mirrored-prometheus-adapter-prometheus-adapter:v0.10.0 docker.io/rancher/mirrored-prometheus-node-exporter:v1.3.1 docker.io/rancher/mirrored-prometheus-operator-prometheus-config-reloader:v0.65.1 docker.io/rancher/mirrored-prometheus-operator-prometheus-operator:v0.65.1 -docker.io/rancher/mirrored-prometheus-prometheus:v2.42.0 -docker.io/rancher/mirrored-prometheus-alertmanager:v0.25.0 -docker.io/rancher/rancher-webhook:v0.4.3 -docker.io/rancher/rancher:v2.8.3 +docker.io/rancher/mirrored-prometheus-prometheus:v2.45.0 +docker.io/rancher/mirrored-prometheus-alertmanager:v0.26.0 +docker.io/rancher/rancher-webhook:v0.4.7 +docker.io/rancher/rancher:v2.8.5 docker.io/rancher/shell:v0.1.26 -docker.io/rancher/shell:v0.1.23 +docker.io/rancher/shell:v0.1.24 docker.io/rancher/system-agent:v0.3.6-suc docker.io/rancher/system-upgrade-controller:v0.13.1 docker.io/rancher/mirrored-banzaicloud-fluentd:v1.14.6-alpine-5 diff --git a/scripts/images/rancherd-bootstrap-images.txt b/scripts/images/rancherd-bootstrap-images.txt index 8dfa8f9ec..f7441fa0b 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.3 +docker.io/rancher/system-agent-installer-rancher:v2.8.5 docker.io/rancher/system-agent-installer-rke2:$RKE2_VERSION diff --git a/scripts/version-rancher b/scripts/version-rancher index 2df49574c..dba39015c 100644 --- a/scripts/version-rancher +++ b/scripts/version-rancher @@ -1 +1 @@ -RANCHER_VERSION="v2.8.3" +RANCHER_VERSION="v2.8.5" diff --git a/scripts/version-rke2 b/scripts/version-rke2 index adb688417..838099afc 100644 --- a/scripts/version-rke2 +++ b/scripts/version-rke2 @@ -1 +1 @@ -RKE2_VERSION="v1.27.13+rke2r1" +RKE2_VERSION="v1.28.12+rke2r1"