File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.1.32
18+ version : 0.1.34
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ metadata:
55 labels :
66 {{- include "tlm.labels" . | nindent 4 }}
77spec :
8- serviceAccountName : {{ .Release.Name }}-chat-backend
98 replicas : {{ .Values.replicaCount }}
109 selector :
1110 matchLabels :
1615 {{- include "tlm.selectorLabels" . | nindent 8 }}
1716 tlm.chat-backend : " true"
1817 spec :
18+ serviceAccountName : {{ .Release.Name }}-chat-backend
1919 containers :
2020 - name : {{ .Chart.Name }}-chat-backend
2121 {{if .Values.chat_backend.image.tag }}
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ chat_backend:
170170 TLM_DEFAULT_COMPLETION_MODEL: azure/gpt-4o-mini
171171 TLM_DEFAULT_EMBEDDING_MODEL: azure/text-embedding-3-small
172172
173- sp_identity_id : $OPENAI_SP_IDENTITY_ID
173+ azure_sp_identity_id : $OPENAI_SP_IDENTITY_ID
174174
175175imagePullSecret:
176176 enabled: true
You can’t perform that action at this time.
0 commit comments