bugfix: milvus部分组件支持镜像仓库 (#114)

This commit is contained in:
hhhhsc701
2025-11-28 17:39:56 +08:00
committed by GitHub
parent 07029d07ff
commit fe42b03548
5 changed files with 9 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ spec:
{{- end }}
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
image: "{{ .Values.global.imageRegistry }}{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
{{- if .Values.s3gateway.enabled }}
command: