Bump registry.k8s.io/coredns/coredns image from v1.11.4 to v1.12.0
This commit is contained in:
parent
bc59d5153e
commit
10dd385c38
|
@ -77,7 +77,7 @@ resource "kubernetes_deployment" "coredns" {
|
|||
}
|
||||
container {
|
||||
name = "coredns"
|
||||
image = "registry.k8s.io/coredns/coredns:v1.11.4"
|
||||
image = "registry.k8s.io/coredns/coredns:v1.12.0"
|
||||
args = ["-conf", "/etc/coredns/Corefile"]
|
||||
port {
|
||||
name = "dns"
|
||||
|
|
Loading…
Reference in New Issue