From 16c26f438491973124421473addbff7787f78dd4 Mon Sep 17 00:00:00 2001 From: "dghubble-renovate[bot]" <119624128+dghubble-renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:00:40 +0000 Subject: [PATCH] Bump docker.io/flannel/flannel image from v0.25.6 to v0.25.7 --- addons/flannel/daemonset.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",