From d364afa78d4f0da47dae481050d444b753473140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Calzado?= <56086628+moicalcob@users.noreply.github.com> Date: Wed, 11 Sep 2024 18:18:14 +0200 Subject: [PATCH] Delete temporary patched images (#608) --- manifests/kots-helm.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/manifests/kots-helm.yaml b/manifests/kots-helm.yaml index b26f7b8e..c15ece6f 100644 --- a/manifests/kots-helm.yaml +++ b/manifests/kots-helm.yaml @@ -186,18 +186,18 @@ spec: # Optional Values ## Values from Advanced Configuration optionalValues: - ## TEMPORAL PATCHED IMAGED - - when: 'true' - recursiveMerge: true - values: - routerMetrics: - image: - registry: registry.self-hosted.carto.com/proxy/carto/gcr.io/carto-artifacts - tag: "latest" - httpCache: - image: - registry: registry.self-hosted.carto.com/proxy/carto/gcr.io/carto-artifacts - tag: "latest" + ## TEMPORAL PATCHED IMAGES + # - when: 'true' + # recursiveMerge: true + # values: + # routerMetrics: + # image: + # registry: registry.self-hosted.carto.com/proxy/carto/gcr.io/carto-artifacts + # tag: "latest" + # httpCache: + # image: + # registry: registry.self-hosted.carto.com/proxy/carto/gcr.io/carto-artifacts + # tag: "latest" ## Specify service account if workload identity is disabled - when: '{{repl ConfigOptionEquals "enableGoogleWorkloadIdentity" "0" }}'