From c64f2e782419c11b5059571bcd16ce989cb53747 Mon Sep 17 00:00:00 2001 From: ihiverlet Date: Tue, 9 Dec 2025 22:18:50 +0000 Subject: [PATCH] remove quotes from ai assistant api key --- charts/library-chart/Chart.yaml | 2 +- charts/library-chart/templates/_secret.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/library-chart/Chart.yaml b/charts/library-chart/Chart.yaml index b61736b3c..d82c34d1a 100644 --- a/charts/library-chart/Chart.yaml +++ b/charts/library-chart/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: library-chart -version: 2.0.2 +version: 2.0.3 type: library diff --git a/charts/library-chart/templates/_secret.tpl b/charts/library-chart/templates/_secret.tpl index 1c2374b0b..dae534469 100644 --- a/charts/library-chart/templates/_secret.tpl +++ b/charts/library-chart/templates/_secret.tpl @@ -425,7 +425,7 @@ stringData: apiBase: {{ .Values.userPreferences.aiAssistant.apiBase | quote }} {{- end }} {{- if .Values.userPreferences.aiAssistant.apiKey }} - apiKey: {{ .Values.userPreferences.aiAssistant.apiKey | quote }} + apiKey: {{ .Values.userPreferences.aiAssistant.apiKey }} {{- end }} useLegacyCompletionsEndpoint: {{ .Values.userPreferences.aiAssistant.useLegacyCompletionsEndpoint | default false }} context: