mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01:00
Bump coredns to v0.9.10 (#23)
This commit is contained in:
parent
5630f24f62
commit
6eb4d654b8
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue