Rename cilium certgen and envoy image variables (#13260)

Signed-off-by: Ali Afsharzadeh <afsharzadeh8@gmail.com>
This commit is contained in:
Ali Afsharzadeh
2026-07-14 18:03:17 +03:30
committed by GitHub
parent e15b1f2778
commit 648e55a379
2 changed files with 18 additions and 18 deletions

View File

@@ -182,13 +182,13 @@ prometheus:
certgen:
image:
repository: {{ cilium_hubble_certgen_image_repo }}
tag: {{ cilium_hubble_certgen_image_tag }}
repository: {{ cilium_certgen_image_repo }}
tag: {{ cilium_certgen_image_tag }}
envoy:
image:
repository: {{ cilium_hubble_envoy_image_repo }}
tag: {{ cilium_hubble_envoy_image_tag }}
repository: {{ cilium_envoy_image_repo }}
tag: {{ cilium_envoy_image_tag }}
extraConfig:
{{ cilium_config_extra_vars | to_yaml | indent(2) }}