From d4514db00c59dba5f4e71bbcb8170998f4ccbe76 Mon Sep 17 00:00:00 2001 From: "dghubble-renovate[bot]" <119624128+dghubble-renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 17:21:07 +0000 Subject: [PATCH] Bump quay.io/cilium/operator-generic image from v1.15.6 to v1.15.7 --- 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 921178900..e066a0e09 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.6" + image = "quay.io/cilium/operator-generic:v1.15.7" command = ["cilium-operator-generic"] args = [ "--config-dir=/tmp/cilium/config-map",