From 8cea37cdd95e4fcb1f35243a6fb430206f151675 Mon Sep 17 00:00:00 2001 From: "dghubble-renovate[bot]" <119624128+dghubble-renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 14:41:14 +0000 Subject: [PATCH] Bump quay.io/cilium/operator-generic image from v1.15.7 to v1.16.0 --- 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 e066a0e0..484b2a08 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.15.7" + image = "quay.io/cilium/operator-generic:v1.16.0" command = ["cilium-operator-generic"] args = [ "--config-dir=/tmp/cilium/config-map",