Skip to content

Commit

Permalink
use envoy gateway image for shutdown manager
Browse files Browse the repository at this point in the history
Signed-off-by: huabing zhao <zhaohuabing@gmail.com>
  • Loading branch information
zhaohuabing committed May 13, 2024
1 parent a9473c7 commit 45ffc6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/gateway-helm/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ provider:
image: {{ .Values.images.ratelimit.repository }}:{{ .Values.images.ratelimit.tag | default "master" }}
{{- end }}
shutdownManager:
{{- if .Values.images.shutdownManager.repository }}
image: {{ .Values.images.shutdownManager.repository }}:{{ .Values.images.shutdownManager.tag | default "latest" }}
{{- if .Values.images.envoyGateway.repository }}
image: {{ .Values.images.envoyGateway.repository }}:{{ .Values.images.envoyGateway.tag | default .Chart.AppVersion }}
{{- end }}
{{- end }}
3 changes: 0 additions & 3 deletions charts/gateway-helm/values.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ images:
envoyGateway:
repository: ${ImageRepository}
tag: '${ImageTag}'
shutdownManager:
repository: ${ImageRepository}
tag: '${ImageTag}'
ratelimit:
repository: docker.io/envoyproxy/ratelimit
tag: 'master'
Expand Down

0 comments on commit 45ffc6e

Please sign in to comment.