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.0 to v1.12.1
This commit is contained in:
committed by
Dalton Hubble
parent
9d23c856ae
commit
dd9e2df0e8
@@ -77,7 +77,7 @@ resource "kubernetes_deployment" "coredns" {
|
||||
}
|
||||
container {
|
||||
name = "coredns"
|
||||
image = "registry.k8s.io/coredns/coredns:v1.12.0"
|
||||
image = "registry.k8s.io/coredns/coredns:v1.12.1"
|
||||
args = ["-conf", "/etc/coredns/Corefile"]
|
||||
port {
|
||||
name = "dns"
|
||||
|
||||
Reference in New Issue
Block a user