We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6d22d commit eca8e40Copy full SHA for eca8e40
charts/library-chart/Chart.yaml
@@ -1,4 +1,4 @@
1
apiVersion: v2
2
name: library-chart
3
-version: 2.0.2
+version: 2.0.3
4
type: library
charts/library-chart/templates/_secret.tpl
@@ -425,7 +425,7 @@ stringData:
425
apiBase: {{ .Values.userPreferences.aiAssistant.apiBase | quote }}
426
{{- end }}
427
{{- if .Values.userPreferences.aiAssistant.apiKey }}
428
- apiKey: {{ .Values.userPreferences.aiAssistant.apiKey | quote }}
+ apiKey: {{ .Values.userPreferences.aiAssistant.apiKey }}
429
430
useLegacyCompletionsEndpoint: {{ .Values.userPreferences.aiAssistant.useLegacyCompletionsEndpoint | default false }}
431
context:
0 commit comments