-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #182 from langchain-ai/brian/hybrid-option
fix: override options for hybrid deployments
- Loading branch information
Showing
5 changed files
with
54 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ maintainers: | |
email: [email protected] | ||
description: Helm chart to deploy the langsmith application and all services it depends on. | ||
type: application | ||
version: 0.8.10 | ||
version: 0.8.11 | ||
appVersion: "0.8.32" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# langsmith | ||
|
||
![Version: 0.8.10](https://img.shields.io/badge/Version-0.8.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.31](https://img.shields.io/badge/AppVersion-0.8.31-informational?style=flat-square) | ||
![Version: 0.8.11](https://img.shields.io/badge/Version-0.8.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.32](https://img.shields.io/badge/AppVersion-0.8.32-informational?style=flat-square) | ||
|
||
Helm chart to deploy the langsmith application and all services it depends on. | ||
|
||
|
@@ -85,10 +85,12 @@ For information on how to use this chart, up-to-date release notes, and other gu | |
| clickhouse.config.allowSimdjson | bool | `true` | | | ||
| clickhouse.containerHttpPort | int | `8123` | | | ||
| clickhouse.containerNativePort | int | `9000` | | | ||
| clickhouse.external.clickhouseCluster | string | `""` | | | ||
| clickhouse.external.database | string | `"default"` | | | ||
| clickhouse.external.enabled | bool | `false` | | | ||
| clickhouse.external.existingSecretName | string | `""` | | | ||
| clickhouse.external.host | string | `""` | | | ||
| clickhouse.external.hybrid | bool | `false` | Set to true if using managed ClickHouse | | ||
| clickhouse.external.nativePort | string | `"9000"` | | | ||
| clickhouse.external.password | string | `"password"` | | | ||
| clickhouse.external.port | string | `"8123"` | | | ||
|
@@ -342,10 +344,12 @@ For information on how to use this chart, up-to-date release notes, and other gu | |
| clickhouse.config.allowSimdjson | bool | `true` | | | ||
| clickhouse.containerHttpPort | int | `8123` | | | ||
| clickhouse.containerNativePort | int | `9000` | | | ||
| clickhouse.external.clickhouseCluster | string | `""` | | | ||
| clickhouse.external.database | string | `"default"` | | | ||
| clickhouse.external.enabled | bool | `false` | | | ||
| clickhouse.external.existingSecretName | string | `""` | | | ||
| clickhouse.external.host | string | `""` | | | ||
| clickhouse.external.hybrid | bool | `false` | Set to true if using managed ClickHouse | | ||
| clickhouse.external.nativePort | string | `"9000"` | | | ||
| clickhouse.external.password | string | `"password"` | | | ||
| clickhouse.external.port | string | `"8123"` | | | ||
|
@@ -780,6 +784,6 @@ For information on how to use this chart, up-to-date release notes, and other gu | |
| Ankush | <[email protected]> | | | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3) | ||
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) | ||
## Docs Generated by [helm-docs](https://github.com/norwoodj/helm-docs) | ||
`helm-docs -t ./charts/langsmith/README.md.gotmpl` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters