Skip to content

Commit

Permalink
Bump registry.k8s.io/coredns/coredns image from v1.11.3 to v1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble-renovate[bot] authored and dghubble committed Nov 14, 2024
1 parent 2b99cca commit a908d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/coredns/deployment.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ resource "kubernetes_deployment" "coredns" {
}
container {
name = "coredns"
image = "registry.k8s.io/coredns/coredns:v1.11.3"
image = "registry.k8s.io/coredns/coredns:v1.11.4"
args = ["-conf", "/etc/coredns/Corefile"]
port {
name = "dns"
Expand Down

0 comments on commit a908d30

Please sign in to comment.