From a197ac4d687e30111213041eb1540e9eaec89e7c Mon Sep 17 00:00:00 2001 From: zyue110026 <98426905+zyue110026@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:24:08 -0500 Subject: [PATCH] fix: image.registry not being respect Signed-off-by: zyue110026 <98426905+zyue110026@users.noreply.github.com> --- charts/dubbo-admin/templates/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/dubbo-admin/templates/deploy.yaml b/charts/dubbo-admin/templates/deploy.yaml index 9ca7b3ca..c6c24453 100644 --- a/charts/dubbo-admin/templates/deploy.yaml +++ b/charts/dubbo-admin/templates/deploy.yaml @@ -22,7 +22,7 @@ spec: {{- end }} containers: - name: {{ .Chart.Name }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.Version }}" + image: "{{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.Version }}" imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - name: http