Skip to content

Commit 5af15db

Browse files
committed
chore: update web tag
1 parent 7645be9 commit 5af15db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/langfuse/templates/web/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
- name: {{ .Chart.Name }}-web
4949
securityContext:
5050
{{- 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 }}"
51+
image: "{{ .Values.langfuse.web.image.repository }}:{{ coalesce .Values.langfuse.web.image.tag .Values.langfuse.image.tag .Chart.AppVersion }}"
5252
imagePullPolicy: {{ .Values.langfuse.web.image.pullPolicy | default .Values.langfuse.image.pullPolicy }}
5353
env:
5454
{{- include "langfuse.commonEnv" . | nindent 12 }}

0 commit comments

Comments
 (0)