Skip to content

Commit cdd2999

Browse files
committed
1 parent 100f55f commit cdd2999

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
}

pkgs/applications/networking/cluster/rke2/default.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ in
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
// {

pkgs/top-level/all-packages.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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 { };

0 commit comments

Comments
 (0)