adamant-kite-43734
02/19/2026, 2:07 PMhundreds-evening-84071
02/19/2026, 4:12 PMsquare-plumber-27155
02/22/2026, 7:07 AMquick-accountant-97840
02/22/2026, 8:24 PMk3s, rke2, rke. Each has a releases array. One entry looks like:
{
"version": "v1.32.11+rke2r3",
"minChannelServerVersion": "v2.12.0",
"maxChannelServerVersion": "v2.13.99"
}
After I have selected the rke2/k3s versions to install you can fetch the image lists for these specifc versions (which is far less)
For example: https://github.com/rancher/rke2/releases/download/v1.32.11%2Brke2r3/rke2-images-all.linux-amd64.txt
What I then do is further split this down cni/lb/providers etc. (I have some regex for that). Im still developing but it works for me 😉
For AddOn-Charts see: https://github.com/rancher/charts/blob/release-v2.13/index.yaml
Each Version has a annotation which rancher versions it supports: catalog.cattle.io/rancher-version: '>= 2.13.0-0 < 2.14.0-0'. This can be used in automations.
Note this is my lab setup!