refactor: unify image customization methods (#687)

This commit is contained in:
Uncle-Justice
2023-12-12 19:13:45 +08:00
committed by GitHub
parent d2ee6065a0
commit 518d8dfa3d
3 changed files with 6 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ spec:
{{- end }}
containers:
- name: higress-gateway
image: "{{ .Values.hub }}/{{ .Values.gateway.image }}:{{ .Values.gateway.tag | default .Chart.AppVersion }}"
image: "{{ .Values.gateway.hub | default .Values.global.hub }}/{{ .Values.gateway.image | default "gateway" }}:{{ .Values.gateway.tag | default .Chart.AppVersion }}"
args:
- proxy
- router