From 5090e60fe0ba8157cc149fec5c5fbecc880633bf Mon Sep 17 00:00:00 2001 From: "dghubble-renovate[bot]" <119624128+dghubble-renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:21:04 +0000 Subject: [PATCH] Bump quay.io/cilium/operator-generic image from v1.15.5 to v1.15.6 --- 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 886333d5..92117890 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.5" + image = "quay.io/cilium/operator-generic:v1.15.6" command = ["cilium-operator-generic"] args = [ "--config-dir=/tmp/cilium/config-map",