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