This is an automated email from the ASF dual-hosted git repository.

zhongxjian pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git


The following commit(s) were added to refs/heads/develop by this push:
     new a691c1f1 fix: image.registry not being respect (#1283)
a691c1f1 is described below

commit a691c1f1264f0e5e14e85cfb288aba099ccf77d2
Author: zyue110026 <[email protected]>
AuthorDate: Fri Aug 16 17:34:05 2024 -0500

    fix: image.registry not being respect (#1283)
    
    Signed-off-by: zyue110026 <[email protected]>
---
 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

Reply via email to