mirror of
https://github.com/outbackdingo/typhoon.git
synced 2026-01-27 10:20:48 +00:00
Bump registry.k8s.io/coredns/coredns image from v1.12.3 to v1.13.1
This commit is contained in:
committed by
Dalton Hubble
parent
77bf4503b2
commit
166088e1c6
@@ -77,7 +77,7 @@ resource "kubernetes_deployment" "coredns" {
|
||||
}
|
||||
container {
|
||||
name = "coredns"
|
||||
image = "registry.k8s.io/coredns/coredns:v1.12.3"
|
||||
image = "registry.k8s.io/coredns/coredns:v1.13.1"
|
||||
args = ["-conf", "/etc/coredns/Corefile"]
|
||||
port {
|
||||
name = "dns"
|
||||
|
||||
Reference in New Issue
Block a user