Skip to content

Commit

Permalink
fix: pin major version 2 of langfuse/langfuse image (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcklingen authored Aug 13, 2024
1 parent a11b849 commit 68efcd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/langfuse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: ghcr.io/langfuse/langfuse
pullPolicy: Always
tag: ""
tag: "2"

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -58,4 +58,4 @@ postgresql:
primary:
service:
ports:
postgresql: 5432
postgresql: 5432
4 changes: 2 additions & 2 deletions examples/langfuse-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: langfuse
image: ghcr.io/langfuse/langfuse:latest
image: ghcr.io/langfuse/langfuse:2
env:
- name: NODE_ENV
valueFrom:
Expand Down Expand Up @@ -56,4 +56,4 @@ spec:
name: langfuse-configmap
key: langfuse-enable-experimentalfeatures
ports:
- containerPort: 3000
- containerPort: 3000

0 comments on commit 68efcd9

Please sign in to comment.