diff --git a/addons/flannel/daemonset.tf b/addons/flannel/daemonset.tf index 9de8bd8f..aa6adb51 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.3" + image = "docker.io/flannel/flannel:v0.25.4" command = [ "/opt/bin/flanneld", "--ip-masq",