11# langfuse
22
3- ![ Version: 1.0.11 ] ( https://img.shields.io/badge/Version-1.0.11 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.63.1] ( https://img.shields.io/badge/AppVersion-3.63.1-informational?style=flat-square )
3+ ![ Version: 1.0.12 ] ( https://img.shields.io/badge/Version-1.0.12 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.63.1] ( https://img.shields.io/badge/AppVersion-3.63.1-informational?style=flat-square )
44
55LLM engineering platform - LLM observability, metrics, evaluations, prompt management.
66
@@ -24,6 +24,7 @@ LLM engineering platform - LLM observability, metrics, evaluations, prompt manag
2424| -----| ------| ---------| -------------|
2525| discovery.enabled | bool | ` true ` | |
2626| fullnameOverride | string | ` "" ` | |
27+ | global.security.allowInsecureImages | bool | ` true ` | |
2728| ingress.annotations | list | ` [] ` | |
2829| ingress.certManagerClusterIssuer | string | ` "" ` | |
2930| ingress.hostname | string | ` "chart-example.local" ` | |
@@ -33,7 +34,9 @@ LLM engineering platform - LLM observability, metrics, evaluations, prompt manag
3334| langfuse.clickhouse.auth.password | string | ` "change-me" ` | |
3435| langfuse.clickhouse.deploy | bool | ` true ` | |
3536| langfuse.clickhouse.fullnameOverride | string | ` "langfuse-clickhouse" ` | |
37+ | langfuse.clickhouse.image.repository | string | ` "bitnamilegacy/clickhouse" ` | |
3638| langfuse.clickhouse.replicaCount | int | ` 1 ` | |
39+ | langfuse.clickhouse.zookeeper.image.repository | string | ` "bitnamilegacy/zookeeper" ` | |
3740| langfuse.langfuse.encryptionKey.secretKeyRef.key | string | ` "encryption-key" ` | |
3841| langfuse.langfuse.encryptionKey.secretKeyRef.name | string | ` "langfuse-encryption" ` | |
3942| langfuse.langfuse.features.experimentalFeaturesEnabled | bool | ` false ` | Enable experimental features |
@@ -65,6 +68,7 @@ LLM engineering platform - LLM observability, metrics, evaluations, prompt manag
6568| langfuse.postgresql.auth.password | string | ` "change-me" ` | |
6669| langfuse.postgresql.deploy | bool | ` true ` | |
6770| langfuse.postgresql.fullnameOverride | string | ` "langfuse-postgresql" ` | |
71+ | langfuse.postgresql.image.repository | string | ` "bitnamilegacy/postgresql" ` | |
6872| langfuse.postgresql.primary.customStartupProbe.exec.command[ 0] | string | ` "/bin/sh" ` | |
6973| langfuse.postgresql.primary.customStartupProbe.exec.command[ 1] | string | ` "-c" ` | |
7074| langfuse.postgresql.primary.customStartupProbe.exec.command[ 2] | string | ` "exec pg_isready -U \"postgres\" -h 127.0.0.1 -p 5432 && sleep 5" ` | |
@@ -79,12 +83,14 @@ LLM engineering platform - LLM observability, metrics, evaluations, prompt manag
7983| langfuse.redis.auth.password | string | ` "change-me" ` | |
8084| langfuse.redis.deploy | bool | ` true ` | |
8185| langfuse.redis.fullnameOverride | string | ` "langfuse-redis" ` | |
86+ | langfuse.redis.image.repository | string | ` "bitnamilegacy/valkey" ` | |
8287| langfuse.redis.primary.persistentVolumeClaimRetentionPolicy.enabled | bool | ` false ` | |
8388| langfuse.redis.primary.persistentVolumeClaimRetentionPolicy.whenDeleted | string | ` "Delete" ` | |
8489| langfuse.redis.primary.persistentVolumeClaimRetentionPolicy.whenScaled | string | ` "Retain" ` | |
8590| langfuse.s3.auth.rootPassword | string | ` "change-me" ` | |
8691| langfuse.s3.deploy | bool | ` true ` | |
8792| langfuse.s3.fullnameOverride | string | ` "langfuse-s3" ` | |
93+ | langfuse.s3.image.repository | string | ` "bitnamilegacy/minio" ` | |
8894| nameOverride | string | ` "" ` | |
8995| route.annotations | list | ` [] ` | |
9096| route.enabled | bool | ` false ` | |
0 commit comments