mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 20:42:33 +02: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
|
class Coredns < Formula
|
||||||
desc "DNS server that chains plugins"
|
desc "DNS server that chains plugins"
|
||||||
homepage "https://coredns.io"
|
homepage "https://coredns.io"
|
||||||
url "https://github.com/coredns/coredns/archive/v0.9.9.tar.gz"
|
url "https://github.com/coredns/coredns/archive/v0.9.10.tar.gz"
|
||||||
sha256 "9ca565bfbd708bd9bc66db20ec2feb3cd2a3354cf8590ba99bf2871fb847413b"
|
sha256 "655ad5ae4a819bf1237ea570a941bf205252c16cdae9d253a832085b26888c33"
|
||||||
head "https://github.com/coredns/coredns.git"
|
head "https://github.com/coredns/coredns.git"
|
||||||
|
|
||||||
def default_coredns_config; <<~EOS
|
def default_coredns_config; <<~EOS
|
||||||
|
|
|
@ -82,7 +82,7 @@ spec:
|
||||||
operator: "Exists"
|
operator: "Exists"
|
||||||
containers:
|
containers:
|
||||||
- name: coredns
|
- name: coredns
|
||||||
image: coredns/coredns:0.9.9
|
image: coredns/coredns:0.9.10
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args: [ "-conf", "/etc/coredns/Corefile" ]
|
args: [ "-conf", "/etc/coredns/Corefile" ]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue