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