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

@@ -69,7 +69,7 @@ spec:
{{- end }}
containers:
- name: streamingnode
image: "{{ .Values.image.all.repository }}:{{ .Values.image.all.tag }}"
image: "{{ .Values.global.imageRegistry }}{{ .Values.image.all.repository }}:{{ .Values.image.all.tag }}"
imagePullPolicy: {{ .Values.image.all.pullPolicy }}
{{ if and (.Values.containerSecurityContext) (not .Values.streamingNode.containerSecurityContext) }}
securityContext: