From 2cb3fa409667d29944de3cf37e940e949d14c840 Mon Sep 17 00:00:00 2001 From: "dghubble-renovate[bot]" <119624128+dghubble-renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 02:00:48 +0000 Subject: [PATCH] Bump docker.io/flannel/flannel image from v0.26.1 to v0.26.2 --- 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 e9644626..6afd9165 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.26.1" + image = "docker.io/flannel/flannel:v0.26.2" command = [ "/opt/bin/flanneld", "--ip-masq",