Important: Imo it would be much cleaner using the DHI helm charts as dependencies instead of addign own resources (e.g. clickhouse-statefulset.yaml and similar), however I did it this way to have full compatibility with data from previous PVCs (Persistent Volume Claims).
apiVersion: v2
name: langfuse
version: 1.5.14
description: Open source LLM engineering platform - LLM observability, metrics, evaluations, prompt management.
type: application
keywords:
- langfuse
- llm
- observability
- prompt management
- metrics
home: https://langfuse.com/
sources:
- https://github.com/langfuse/langfuse
- https://github.com/langfuse/langfuse-k8s
dependencies:
- name: postgresql
version: 16.4.9
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.deploy
- name: valkey
version: 2.2.4
repository: oci://registry-1.docker.io/bitnamicharts
condition: redis.deploy
alias: redis
- name: minio
version: 14.10.5
repository: oci://registry-1.docker.io/bitnamicharts
condition: s3.deploy
alias: s3
- name: common
version: 2.30.0
repository: oci://registry-1.docker.io/bitnamicharts
maintainers:
- name: langfuse
email: contact@langfuse.com
url: https://langfuse.com/
icon: https://langfuse.com/langfuse_logo.png
appVersion: "3.137.0"
Describe the feature
Chart.yamland the chart itself to achieve this in a backwards-compatible way. (see below)clickhouse-secret.yaml nextauth-secret.yaml zookeeper-pdb.yaml clickhouse-service.yaml postgresql-secret.yaml zookeeper-service.yamlImportant: Imo it would be much cleaner using the DHI helm charts as dependencies instead of addign own resources (e.g.
clickhouse-statefulset.yamland similar), however I did it this way to have full compatibility with data from previous PVCs (Persistent Volume Claims).Existing DHI images:
Use cases
Additional information
No response
Are you interested to contribute this feature?
Yes