File tree Expand file tree Collapse file tree 3 files changed +27
-1
lines changed
applications/networking/cluster/rke2 Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ rke2Version = "1.30.9+rke2r1" ;
3+ rke2Commit = "bfd23524f32a4d9fa6f19ab58a2d47572e56f813" ;
4+ rke2TarballHash = "sha256-/WVKmK9ZackY9ULST0zFi/RRwA4ZR3u1DXULWTc6G3o=" ;
5+ rke2VendorHash = "sha256-kghiYswm3s7bILGp8t452jx84MY73EF9OTaWdncFr34=" ;
6+ k8sImageTag = "v1.30.9-rke2r1-build20250116" ;
7+ etcdVersion = "v3.5.16-k3s1-build20241106" ;
8+ pauseVersion = "3.6" ;
9+ ccmVersion = "v1.30.6-0.20241016053533-5ec454f50e7a-build20241016" ;
10+ dockerizedVersion = "v1.30.9-rke2r1" ;
11+ }
Original file line number Diff line number Diff line change 1515 }
1616 ) extraArgs ;
1717
18+ rke2_1_30 = common (
19+ ( import ./1_30/versions.nix )
20+ // {
21+ updateScript = [
22+ ./update-script.sh
23+ "30"
24+ ] ;
25+ }
26+ ) extraArgs ;
27+
1828 rke2_stable = common (
1929 ( import ./stable/versions.nix )
2030 // {
Original file line number Diff line number Diff line change @@ -14996,7 +14996,12 @@ with pkgs;
1499614996 else
1499714997 callPackage ../applications/networking/instant-messengers/ripcord/darwin.nix { };
1499814998
14999- inherit (callPackage ../applications/networking/cluster/rke2 { }) rke2_1_29 rke2_stable rke2_latest;
14999+ inherit (callPackage ../applications/networking/cluster/rke2 { })
15000+ rke2_1_29
15001+ rke2_1_30
15002+ rke2_stable
15003+ rke2_latest
15004+ ;
1500015005 rke2 = rke2_stable;
1500115006
1500215007 rofi-unwrapped = callPackage ../applications/misc/rofi { };
You can’t perform that action at this time.
0 commit comments