Merge pull request #287782 from superherointj/k3s-bump-to-1_28

k3s: k3s_1_27 -> k3s_1_28
This commit is contained in:
Weijia Wang 2024-02-22 18:14:15 +01:00 committed by GitHub
commit a1eb69600e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32778,7 +32778,7 @@ with pkgs;
}) k3s_1_26 k3s_1_27 k3s_1_28;
inherit (callPackage ../applications/networking/cluster/k3s { }) k3s_1_29;
k3s = k3s_1_27;
k3s = k3s_1_28;
k3sup = callPackage ../applications/networking/cluster/k3sup { };