From edeeb95f2239770ebef3ca50e8bf048ee38bb02c Mon Sep 17 00:00:00 2001 From: Sumit Solanki Date: Mon, 22 Jun 2026 18:19:55 +0530 Subject: [PATCH] fix(cilium): sync operator-generic image for offline registries (#13270) The Cilium Helm chart appends a -generic suffix to the operator image repository for non-cloud deployments. Sync the operator-generic image to offline registries so it matches what the chart requests. Signed-off-by: Sumit Solanki --- roles/kubespray_defaults/defaults/main/download.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/kubespray_defaults/defaults/main/download.yml b/roles/kubespray_defaults/defaults/main/download.yml index 2d8616c3f..50873c3a4 100644 --- a/roles/kubespray_defaults/defaults/main/download.yml +++ b/roles/kubespray_defaults/defaults/main/download.yml @@ -596,7 +596,7 @@ downloads: cilium_operator: enabled: "{{ kube_network_plugin == 'cilium' or cilium_deploy_additionally }}" container: true - repo: "{{ cilium_operator_image_repo }}" + repo: "{{ cilium_operator_image_repo }}-generic" tag: "{{ cilium_operator_image_tag }}" checksum: "{{ cilium_operator_digest_checksum | default(None) }}" groups: