Skip to content

Commit 82c40c6

Browse files
committed
Generate Helm docs
1 parent 43a572f commit 82c40c6

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

charts/langfuse/README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# langfuse
22

3-
![Version: 1.0.4](https://img.shields.io/badge/Version-1.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.51.2](https://img.shields.io/badge/AppVersion-3.51.2-informational?style=flat-square)
3+
![Version: 1.0.5](https://img.shields.io/badge/Version-1.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.51.2](https://img.shields.io/badge/AppVersion-3.51.2-informational?style=flat-square)
44

55
LLM engineering platform - LLM observability, metrics, evaluations, prompt management.
66

@@ -33,14 +33,6 @@ LLM engineering platform - LLM observability, metrics, evaluations, prompt manag
3333
| langfuse.clickhouse.auth.password | string | `"change-me"` | |
3434
| langfuse.clickhouse.deploy | bool | `true` | |
3535
| langfuse.clickhouse.fullnameOverride | string | `"langfuse-clickhouse"` | |
36-
| langfuse.langfuse.additionalEnv[0].name | string | `"LANGFUSE_INIT_ORG_ID"` | |
37-
| langfuse.langfuse.additionalEnv[0].value | string | `"onyxia"` | |
38-
| langfuse.langfuse.additionalEnv[1].name | string | `"LANGFUSE_INIT_USER_EMAIL"` | |
39-
| langfuse.langfuse.additionalEnv[1].value | string | `"[email protected]"` | |
40-
| langfuse.langfuse.additionalEnv[2].name | string | `"LANGFUSE_INIT_USER_NAME"` | |
41-
| langfuse.langfuse.additionalEnv[2].value | string | `"langfuse"` | |
42-
| langfuse.langfuse.additionalEnv[3].name | string | `"LANGFUSE_INIT_USER_PASSWORD"` | |
43-
| langfuse.langfuse.additionalEnv[3].value | string | `"changeme"` | |
4436
| langfuse.langfuse.encryptionKey.secretKeyRef.key | string | `"encryption-key"` | |
4537
| langfuse.langfuse.encryptionKey.secretKeyRef.name | string | `"langfuse-encryption"` | |
4638
| langfuse.langfuse.features.experimentalFeaturesEnabled | bool | `false` | Enable experimental features |
@@ -49,6 +41,10 @@ LLM engineering platform - LLM observability, metrics, evaluations, prompt manag
4941
| langfuse.langfuse.image.pullPolicy | string | `"IfNotPresent"` | |
5042
| langfuse.langfuse.image.tag | string | `nil` | |
5143
| langfuse.langfuse.ingress.enabled | bool | `false` | |
44+
| langfuse.langfuse.initConfig.LANGFUSE_INIT_ORG_ID | string | `"onyxia"` | |
45+
| langfuse.langfuse.initConfig.LANGFUSE_INIT_USER_EMAIL | string | `"[email protected]"` | |
46+
| langfuse.langfuse.initConfig.LANGFUSE_INIT_USER_NAME | string | `"langfuse"` | |
47+
| langfuse.langfuse.initConfig.LANGFUSE_INIT_USER_PASSWORD | string | `"changeme"` | |
5248
| langfuse.langfuse.logging.format | string | `"text"` | Set the log format for the application (text or json) |
5349
| langfuse.langfuse.logging.level | string | `"info"` | Set the log level for the application (trace, debug, info, warn, error, fatal) |
5450
| langfuse.langfuse.nextauth.secret.value | string | `"change-me"` | |

0 commit comments

Comments
 (0)