1
0
mirror of https://github.com/poseidon/typhoon synced 2024-09-16 17:01:57 +02:00

Bump registry.k8s.io/coredns/coredns image from v1.11.1 to v1.11.3

This commit is contained in:
dghubble-renovate[bot] 2024-07-29 19:40:35 +00:00 committed by Dalton Hubble
parent 858d665d9b
commit 39b5079bc3

View File

@ -77,7 +77,7 @@ resource "kubernetes_deployment" "coredns" {
}
container {
name = "coredns"
image = "registry.k8s.io/coredns/coredns:v1.11.1"
image = "registry.k8s.io/coredns/coredns:v1.11.3"
args = ["-conf", "/etc/coredns/Corefile"]
port {
name = "dns"