We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7645be9 commit 5af15dbCopy full SHA for 5af15db
charts/langfuse/templates/web/deployment.yaml
@@ -48,7 +48,7 @@ spec:
48
- name: {{ .Chart.Name }}-web
49
securityContext:
50
{{- toYaml .Values.langfuse.securityContext | nindent 12 }}
51
- image: "{{ .Values.langfuse.web.image.repository }}:{{ coalesce .Values.langfuse.worker.image.tag .Values.langfuse.image.tag .Chart.AppVersion }}"
+ image: "{{ .Values.langfuse.web.image.repository }}:{{ coalesce .Values.langfuse.web.image.tag .Values.langfuse.image.tag .Chart.AppVersion }}"
52
imagePullPolicy: {{ .Values.langfuse.web.image.pullPolicy | default .Values.langfuse.image.pullPolicy }}
53
env:
54
{{- include "langfuse.commonEnv" . | nindent 12 }}
0 commit comments