Skip to content

Commit

Permalink
chore: lock versions down
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen911 committed Feb 26, 2025
1 parent 878e8cd commit c8bfc53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions charts/langfuse/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: langfuse
version: 0.13.0
version: 0.13.1
description: Open source LLM engineering platform - LLM observability, metrics, evaluations, prompt management.
type: application
keywords:
Expand All @@ -15,19 +15,19 @@ sources:
- https://github.com/langfuse/langfuse-k8s
dependencies:
- name: postgresql
version: 16.4.14
version: 16.4.9
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.deploy
- name: clickhouse
version: 7.2.1
version: 7.2.0
repository: oci://registry-1.docker.io/bitnamicharts
condition: clickhouse.deploy
- name: valkey
version: 2.4.0
version: 2.2.4
repository: oci://registry-1.docker.io/bitnamicharts
condition: valkey.deploy
- name: minio
version: 14.10.4
version: 14.10.5
repository: oci://registry-1.docker.io/bitnamicharts
condition: minio.deploy
maintainers:
Expand Down

0 comments on commit c8bfc53

Please sign in to comment.