From a4e0ade8d9d06850371bd4f0f7c27e5eeb66be14 Mon Sep 17 00:00:00 2001 From: "dghubble-renovate[bot]" <119624128+dghubble-renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:01:22 +0000 Subject: [PATCH] Bump docker.io/flannel/flannel image from v0.25.7 to v0.26.0 --- 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 f7c8182e..fdfc1b6a 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.7" + image = "docker.io/flannel/flannel:v0.26.0" command = [ "/opt/bin/flanneld", "--ip-masq",