feat: share hub parameter between deployments and plugins with separate namespaces (#3521)

This commit is contained in:
澄潭
2026-02-20 23:30:48 +08:00
committed by GitHub
parent 093ef9a2c0
commit caa5317723
8 changed files with 46 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ spec:
{{- end }}
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.global.hub }}/{{ .Values.redis.image | default "redis-stack-server" }}:{{ .Values.redis.tag | default .Chart.AppVersion }}"
image: "{{ .Values.global.hub }}/higress/{{ .Values.redis.image | default "redis-stack-server" }}:{{ .Values.redis.tag | default .Chart.AppVersion }}"
{{- if .Values.global.imagePullPolicy }}
imagePullPolicy: {{ .Values.global.imagePullPolicy }}
{{- end }}