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"