Skip to content

Commit

Permalink
fix: image.registry not being respect
Browse files Browse the repository at this point in the history
Signed-off-by: zyue110026 <[email protected]>
  • Loading branch information
zyue110026 authored Aug 8, 2024
1 parent 7bca862 commit a197ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/dubbo-admin/templates/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a197ac4

Please sign in to comment.