Commit fbb554fa authored by Thomas Dy's avatar Thomas Dy Committed by zowoq
Browse files

nixos/kubernetes: update coredns 1.7.1 -> 1.10.1

parent 514826dd
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
with lib;

let
  version = "1.7.1";
  version = "1.10.1";
  cfg = config.services.kubernetes.addons.dns;
  ports = {
    dns = 10053;
@@ -59,9 +59,9 @@ in {
      type = types.attrs;
      default = {
        imageName = "coredns/coredns";
        imageDigest = "sha256:4a6e0769130686518325b21b0c1d0688b54e7c79244d48e1b15634e98e40c6ef";
        imageDigest = "sha256:a0ead06651cf580044aeb0a0feba63591858fb2e43ade8c9dea45a6a89ae7e5e";
        finalImageTag = version;
        sha256 = "02r440xcdsgi137k5lmmvp0z5w5fmk8g9mysq5pnysq1wl8sj6mw";
        sha256 = "0wg696920smmal7552a2zdhfncndn5kfammfa8bk8l7dz9bhk0y1";
      };
    };

@@ -136,6 +136,11 @@ in {
            resources = [ "nodes" ];
            verbs = [ "get" ];
          }
          {
            apiGroups = [ "discovery.k8s.io" ];
            resources = [ "endpointslices" ];
            verbs = [ "list" "watch" ];
          }
        ];
      };