forked from flyingcircusio/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is basically a revert of commit 7e891c6 with modifications in all-packages.nix. It isn't strictly revertable because multiple changes happened for other or all k3s versions after that commit. We keep the current upstream nixpkgs code for newer versions but bring back the original import for k3s 1.27 from before that commit because I'm not sure if k3s 1.27 would work properly with the newer Go version and we want to keep it running as it is now. The clusters using the outdated version should be upgraded asap as 1.27 is EOL for some months now. PL-133043
- Loading branch information
1 parent
65e87f8
commit 0149a57
Showing
5 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
pkgs/applications/networking/cluster/k3s/1_27/chart-versions.nix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
traefik-crd = { | ||
url = "https://k3s.io/k3s-charts/assets/traefik-crd/traefik-crd-25.0.3+up25.0.0.tgz"; | ||
sha256 = "1z693i4kd3jyf26ccnb0sxjyxadipl6k13n7jyg5v4y93fv1rpdw"; | ||
}; | ||
traefik = { | ||
url = "https://k3s.io/k3s-charts/assets/traefik/traefik-25.0.3+up25.0.0.tgz"; | ||
sha256 = "1a24qlp7c6iri72ka1i37l1lzn13xibrd26dy295z2wzr55gg7if"; | ||
}; | ||
} |
14 changes: 14 additions & 0 deletions
14
pkgs/applications/networking/cluster/k3s/1_27/versions.nix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
k3sVersion = "1.27.14+k3s1"; | ||
k3sCommit = "b0b34e4d927369147a37f95ee8ba6441e4b4102b"; | ||
k3sRepoSha256 = "0vvglvh8hl83jrpn9i2fgbck6cp7fbbwn292w76nmckmpclm47ap"; | ||
k3sVendorHash = "sha256-eDzBpvaK1rHp28A5zvSsxnk0CNhy4oBSifBT98M7JWc="; | ||
chartVersions = import ./chart-versions.nix; | ||
k3sRootVersion = "0.12.2"; | ||
k3sRootSha256 = "1gjynvr350qni5mskgm7pcc7alss4gms4jmkiv453vs8mmma9c9k"; | ||
k3sCNIVersion = "1.4.0-k3s2"; | ||
k3sCNISha256 = "17dg6jgjx18nrlyfmkv14dhzxsljz4774zgwz5dchxcf38bvarqa"; | ||
containerdVersion = "1.7.15-k3s1.27"; | ||
containerdSha256 = "0bjxw174prhq8izmgrmpyljfxzrj0lh5d0w04g3lyn0rp3kwxqsl"; | ||
criCtlVersion = "1.26.0-rc.0-k3s1"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters