We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f719f commit 0533d53Copy full SHA for 0533d53
2 files changed
charts/library-chart/Chart.yaml
@@ -1,4 +1,4 @@
1
apiVersion: v2
2
name: library-chart
3
-version: 1.7.1
+version: 1.7.2
4
type: library
charts/library-chart/templates/_secret.tpl
@@ -427,7 +427,7 @@ stringData:
427
{{- if .Values.userPreferences.aiAssistant.apiKey }}
428
apiKey: {{ .Values.userPreferences.aiAssistant.apiKey | quote }}
429
{{- end }}
430
- {{- if .Values.userPreferences.aiAssistant.useLegacyCompletionsEndpoint }}
+ {{- if ne .Values.userPreferences.aiAssistant.useLegacyCompletionsEndpoint "" }}
431
useLegacyCompletionsEndpoint: {{ .Values.userPreferences.aiAssistant.useLegacyCompletionsEndpoint }}
432
433
context:
0 commit comments