From 38c5ba83a275a67d57dadbec8ef35ed2ccff9f20 Mon Sep 17 00:00:00 2001 From: "dghubble-renovate[bot]" <119624128+dghubble-renovate[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 20:41:31 +0000 Subject: [PATCH] Bump quay.io/cilium/operator-generic image from v1.17.3 to v1.17.4 --- addons/cilium/deployment.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/cilium/deployment.tf b/addons/cilium/deployment.tf index e9b6af18..cf554464 100644 --- a/addons/cilium/deployment.tf +++ b/addons/cilium/deployment.tf @@ -58,7 +58,7 @@ resource "kubernetes_deployment" "operator" { enable_service_links = false container { name = "cilium-operator" - image = "quay.io/cilium/operator-generic:v1.17.3" + image = "quay.io/cilium/operator-generic:v1.17.4" command = ["cilium-operator-generic"] args = [ "--config-dir=/tmp/cilium/config-map",