Bump docker.io/flannel/flannel image from v0.25.7 to v0.26.0

This commit is contained in:
dghubble-renovate[bot] 2024-10-23 16:01:22 +00:00 committed by Dalton Hubble
parent 3d4905bb3a
commit a4e0ade8d9

View File

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