This commit is contained in:
ychangkim
2025-07-29 18:27:25 +09:00
parent 54a5a2abc4
commit 83b63abeeb
+1 -1
View File
@@ -9,7 +9,7 @@ spec:
{{- toYaml .Values.nimService.labels | nindent 4 }}
image:
repository: {{ .Values.image.repository }}
tag: {{ .Values.image.tag | default .Chart.AppVersion }}
tag: {{ .Values.image.tag | quote }}
pullPolicy: {{ .Values.image.pullPolicy }}
pullSecrets:
{{- range .Values.imagePullSecrets }}