diff --git a/addons/flannel/daemonset.tf b/addons/flannel/daemonset.tf index 6fe7b90c..f7c8182e 100644 --- a/addons/flannel/daemonset.tf +++ b/addons/flannel/daemonset.tf @@ -73,7 +73,7 @@ resource "kubernetes_daemonset" "flannel" { container { name = "flannel" - image = "docker.io/flannel/flannel:v0.25.6" + image = "docker.io/flannel/flannel:v0.25.7" command = [ "/opt/bin/flanneld", "--ip-masq",