diff --git a/addons/flannel/daemonset.tf b/addons/flannel/daemonset.tf index 30324073..6fe7b90c 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.5" + image = "docker.io/flannel/flannel:v0.25.6" command = [ "/opt/bin/flanneld", "--ip-masq",