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 0bd8100 commit 79e2e9aCopy full SHA for 79e2e9a
2 files changed
charts/library-chart/Chart.yaml
@@ -1,4 +1,4 @@
1
apiVersion: v2
2
name: library-chart
3
-version: 1.7.2
+version: 1.7.3
4
type: library
charts/library-chart/templates/_secret.tpl
@@ -427,9 +427,7 @@ stringData:
427
{{- if .Values.userPreferences.aiAssistant.apiKey }}
428
apiKey: {{ .Values.userPreferences.aiAssistant.apiKey | quote }}
429
{{- end }}
430
- {{- if ne .Values.userPreferences.aiAssistant.useLegacyCompletionsEndpoint "" }}
431
- useLegacyCompletionsEndpoint: {{ .Values.userPreferences.aiAssistant.useLegacyCompletionsEndpoint }}
432
- {{- end }}
+ useLegacyCompletionsEndpoint: {{ .Values.userPreferences.aiAssistant.useLegacyCompletionsEndpoint | default false }}
433
context:
434
- provider: problems
435
- provider: debugger
0 commit comments