Skip to content

Commit

Permalink
Added latest gateway-kubernetes-discovery image (#2531)
Browse files Browse the repository at this point in the history
Added the latest gateway-kubernetes-discovery image in the init container of gateway helm chart.
  • Loading branch information
varunreddy-egov authored Mar 13, 2024
1 parent 15266ff commit 1631a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-as-code/charts/core-services/gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1631a6b

Please sign in to comment.