Bump coredns to v0.9.10 (#23)

This commit is contained in:
Kristian Klausen 2017-11-11 19:48:54 +01:00 committed by Miek Gieben
parent 5630f24f62
commit 6eb4d654b8
2 changed files with 3 additions and 3 deletions

View file

@ -3,8 +3,8 @@ require "language/go"
class Coredns < Formula
desc "DNS server that chains plugins"
homepage "https://coredns.io"
url "https://github.com/coredns/coredns/archive/v0.9.9.tar.gz"
sha256 "9ca565bfbd708bd9bc66db20ec2feb3cd2a3354cf8590ba99bf2871fb847413b"
url "https://github.com/coredns/coredns/archive/v0.9.10.tar.gz"
sha256 "655ad5ae4a819bf1237ea570a941bf205252c16cdae9d253a832085b26888c33"
head "https://github.com/coredns/coredns.git"
def default_coredns_config; <<~EOS

View file

@ -82,7 +82,7 @@ spec:
operator: "Exists"
containers:
- name: coredns
image: coredns/coredns:0.9.9
image: coredns/coredns:0.9.10
imagePullPolicy: Always
args: [ "-conf", "/etc/coredns/Corefile" ]
volumeMounts: