k0: bump to 1.16.5

Change-Id: I548808ce4e0deb0513a1e00963f383d84b9d920c
This commit is contained in:
q3k 2020-10-10 22:39:50 +02:00
parent 1257389d3d
commit e77f7717d4

View file

@ -4,17 +4,17 @@ with (( import ../defs-cluster-k0.nix ) config.networking.hostName);
let
# Pin for k8s packages. This is so that upagrading the system will not upgrade the k8s control or data planes.
k8spkgs = import (fetchGit {
# Now at 1.15.4
name = "nixos-unstable-2019-09-18";
# Now at 1.16.5
name = "nixos-unstable-2020-01-22";
url = https://github.com/nixos/nixpkgs-channels/;
rev = "b21a3356f01b59992432a907f17e66abc77f17a0";
rev = "a96ed5d70427bdc2fbb9e805784e1b9621157a98";
}) {};
# Pin for kubelet
k8spkgsKubelet = import (fetchGit {
# Now at 1.15.4
name = "nixos-unstable-2019-09-18";
# Now at 1.16.5
name = "nixos-unstable-2020-01-22";
url = https://github.com/nixos/nixpkgs-channels/;
rev = "b21a3356f01b59992432a907f17e66abc77f17a0";
rev = "a96ed5d70427bdc2fbb9e805784e1b9621157a98";
}) {};
in rec {