-
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 #202 from langchain-ai/brian/ls-2628-fix-org-usage…
…-charts fix: bump version for org usage charts display fix
- Loading branch information
Showing
3 changed files
with
14 additions
and
14 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.24 | ||
appVersion: "0.8.64" | ||
version: 0.8.25 | ||
appVersion: "0.8.73" |
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.24](https://img.shields.io/badge/Version-0.8.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.64](https://img.shields.io/badge/AppVersion-0.8.64-informational?style=flat-square) | ||
![Version: 0.8.25](https://img.shields.io/badge/Version-0.8.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.73](https://img.shields.io/badge/AppVersion-0.8.73-informational?style=flat-square) | ||
|
||
Helm chart to deploy the langsmith application and all services it depends on. | ||
|
||
|
@@ -152,23 +152,23 @@ For information on how to use this chart, up-to-date release notes, and other gu | |
| fullnameOverride | string | `""` | String to fully override `"langsmith.fullname"` | | ||
| images.aceBackendImage.pullPolicy | string | `"IfNotPresent"` | | | ||
| images.aceBackendImage.repository | string | `"docker.io/langchain/langsmith-ace-backend"` | | | ||
| images.aceBackendImage.tag | string | `"0.8.64"` | | | ||
| images.aceBackendImage.tag | string | `"0.8.73"` | | | ||
| images.backendImage.pullPolicy | string | `"IfNotPresent"` | | | ||
| images.backendImage.repository | string | `"docker.io/langchain/langsmith-backend"` | | | ||
| images.backendImage.tag | string | `"0.8.64"` | | | ||
| images.backendImage.tag | string | `"0.8.73"` | | | ||
| images.clickhouseImage.pullPolicy | string | `"Always"` | | | ||
| images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | | | ||
| images.clickhouseImage.tag | string | `"24.5"` | | | ||
| images.frontendImage.pullPolicy | string | `"IfNotPresent"` | | | ||
| images.frontendImage.repository | string | `"docker.io/langchain/langsmith-frontend"` | | | ||
| images.frontendImage.tag | string | `"0.8.64"` | | | ||
| images.frontendImage.tag | string | `"0.8.73"` | | | ||
| images.imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Specified as name: value. | | ||
| images.platformBackendImage.pullPolicy | string | `"IfNotPresent"` | | | ||
| images.platformBackendImage.repository | string | `"docker.io/langchain/langsmith-go-backend"` | | | ||
| images.platformBackendImage.tag | string | `"0.8.64"` | | | ||
| images.platformBackendImage.tag | string | `"0.8.73"` | | | ||
| images.playgroundImage.pullPolicy | string | `"IfNotPresent"` | | | ||
| images.playgroundImage.repository | string | `"docker.io/langchain/langsmith-playground"` | | | ||
| images.playgroundImage.tag | string | `"0.8.64"` | | | ||
| images.playgroundImage.tag | string | `"0.8.73"` | | | ||
| images.postgresImage.pullPolicy | string | `"IfNotPresent"` | | | ||
| images.postgresImage.repository | string | `"docker.io/postgres"` | | | ||
| images.postgresImage.tag | string | `"14.7"` | | | ||
|
@@ -795,6 +795,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