From 1631a6ba6d0072fe828a9c1a8afcb9caffcb2727 Mon Sep 17 00:00:00 2001 From: Varun Reddy <155146627+varunreddy-egov@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:29:39 +0530 Subject: [PATCH] Added latest gateway-kubernetes-discovery image (#2531) Added the latest gateway-kubernetes-discovery image in the init container of gateway helm chart. --- deploy-as-code/charts/core-services/gateway/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-as-code/charts/core-services/gateway/values.yaml b/deploy-as-code/charts/core-services/gateway/values.yaml index f11ede4fb9..430b84d1bb 100644 --- a/deploy-as-code/charts/core-services/gateway/values.yaml +++ b/deploy-as-code/charts/core-services/gateway/values.yaml @@ -9,7 +9,7 @@ serviceAccount: gateway initContainers: extraInitContainers: | - name: "gateway-kubernetes-discovery" - image: {{ .Values.global.containerRegistry }}/gateway-kubernetes-discovery:spring-cloud-gateway-c4d6e86b6a-4 + image: {{ .Values.global.containerRegistry }}/gateway-kubernetes-discovery:core-2.9-lts-mvn-check-7f4ff55ce3-5 env: - name: "OUTPUT_FILE_PATH" value: "/etc/zuul/routes.properties"