Bump docker.io/flannel/flannel image from v0.25.2 to v0.25.3

This commit is contained in:
dghubble-renovate[bot] 2024-05-31 14:00:43 +00:00 committed by Dalton Hubble
parent 2d020a2ce3
commit d6e4f49cd9

View File

@ -73,7 +73,7 @@ resource "kubernetes_daemonset" "flannel" {
container { container {
name = "flannel" name = "flannel"
image = "docker.io/flannel/flannel:v0.25.2" image = "docker.io/flannel/flannel:v0.25.3"
command = [ command = [
"/opt/bin/flanneld", "/opt/bin/flanneld",
"--ip-masq", "--ip-masq",