Skip to content

Commit f9b2d70

Browse files
authored
chore: bump charts (#316)
* bump charts * fix * revert vis * bump
1 parent 9273b9b commit f9b2d70

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

charts/langgraph-cloud/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,6 @@ the same format as the secret in the corresponding `secrets.yaml` file. Note: AP
454454
| Ankush | <ankush@langchain.dev> | |
455455

456456
----------------------------------------------
457-
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
457+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
458458
## Docs Generated by [helm-docs](https://github.com/norwoodj/helm-docs)
459459
`helm-docs -t ./charts/langgraph-cloud/README.md.gotmpl`

charts/langgraph-dataplane/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,6 @@ Helm chart to deploy a langgraph dataplane on kubernetes.
265265
| Ankush | <[email protected]> | |
266266

267267
----------------------------------------------
268-
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
268+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
269269
## Docs Generated by [helm-docs](https://github.com/norwoodj/helm-docs)
270270
`helm-docs -t ./charts/langgraph-cloud/README.md.gotmpl`

charts/langsmith/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainers:
55
66
description: Helm chart to deploy the langsmith application and all services it depends on.
77
type: application
8-
version: 0.10.19
9-
appVersion: "0.10.58"
8+
version: 0.10.20
9+
appVersion: "0.10.60"

charts/langsmith/README.md

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

3-
![Version: 0.10.19](https://img.shields.io/badge/Version-0.10.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.10.58](https://img.shields.io/badge/AppVersion-0.10.58-informational?style=flat-square)
3+
![Version: 0.10.20](https://img.shields.io/badge/Version-0.10.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.10.60](https://img.shields.io/badge/AppVersion-0.10.60-informational?style=flat-square)
44

55
Helm chart to deploy the langsmith application and all services it depends on.
66

@@ -18,29 +18,29 @@ For information on how to use this chart, up-to-date release notes, and other gu
1818
| fullnameOverride | string | `""` | String to fully override `"langsmith.fullname"` |
1919
| images.aceBackendImage.pullPolicy | string | `"IfNotPresent"` | |
2020
| images.aceBackendImage.repository | string | `"docker.io/langchain/langsmith-ace-backend"` | |
21-
| images.aceBackendImage.tag | string | `"0.10.58"` | |
21+
| images.aceBackendImage.tag | string | `"0.10.60"` | |
2222
| images.backendImage.pullPolicy | string | `"IfNotPresent"` | |
2323
| images.backendImage.repository | string | `"docker.io/langchain/langsmith-backend"` | |
24-
| images.backendImage.tag | string | `"0.10.58"` | |
24+
| images.backendImage.tag | string | `"0.10.60"` | |
2525
| images.clickhouseImage.pullPolicy | string | `"Always"` | |
2626
| images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | |
2727
| images.clickhouseImage.tag | string | `"24.8"` | |
2828
| images.frontendImage.pullPolicy | string | `"IfNotPresent"` | |
2929
| images.frontendImage.repository | string | `"docker.io/langchain/langsmith-frontend"` | |
30-
| images.frontendImage.tag | string | `"0.10.58"` | |
30+
| images.frontendImage.tag | string | `"0.10.60"` | |
3131
| images.hostBackendImage.pullPolicy | string | `"IfNotPresent"` | |
3232
| images.hostBackendImage.repository | string | `"docker.io/langchain/hosted-langserve-backend"` | |
33-
| images.hostBackendImage.tag | string | `"0.10.58"` | |
33+
| images.hostBackendImage.tag | string | `"0.10.60"` | |
3434
| images.imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Specified as name: value. |
3535
| images.operatorImage.pullPolicy | string | `"IfNotPresent"` | |
3636
| images.operatorImage.repository | string | `"docker.io/langchain/langgraph-operator"` | |
3737
| images.operatorImage.tag | string | `"6cc83a8"` | |
3838
| images.platformBackendImage.pullPolicy | string | `"IfNotPresent"` | |
3939
| images.platformBackendImage.repository | string | `"docker.io/langchain/langsmith-go-backend"` | |
40-
| images.platformBackendImage.tag | string | `"0.10.58"` | |
40+
| images.platformBackendImage.tag | string | `"0.10.60"` | |
4141
| images.playgroundImage.pullPolicy | string | `"IfNotPresent"` | |
4242
| images.playgroundImage.repository | string | `"docker.io/langchain/langsmith-playground"` | |
43-
| images.playgroundImage.tag | string | `"0.10.58"` | |
43+
| images.playgroundImage.tag | string | `"0.10.60"` | |
4444
| images.postgresImage.pullPolicy | string | `"IfNotPresent"` | |
4545
| images.postgresImage.repository | string | `"docker.io/postgres"` | |
4646
| images.postgresImage.tag | string | `"14.7"` | |
@@ -1123,6 +1123,6 @@ For information on how to use this chart, up-to-date release notes, and other gu
11231123
| Ankush | <[email protected]> | |
11241124

11251125
----------------------------------------------
1126-
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
1126+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
11271127
## Docs Generated by [helm-docs](https://github.com/norwoodj/helm-docs)
11281128
`helm-docs -t ./charts/langsmith/README.md.gotmpl`

charts/langsmith/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,31 @@ images:
1717
aceBackendImage:
1818
repository: "docker.io/langchain/langsmith-ace-backend"
1919
pullPolicy: IfNotPresent
20-
tag: "0.10.58"
20+
tag: "0.10.60"
2121
backendImage:
2222
repository: "docker.io/langchain/langsmith-backend"
2323
pullPolicy: IfNotPresent
24-
tag: "0.10.58"
24+
tag: "0.10.60"
2525
frontendImage:
2626
repository: "docker.io/langchain/langsmith-frontend"
2727
pullPolicy: IfNotPresent
28-
tag: "0.10.58"
28+
tag: "0.10.60"
2929
hostBackendImage:
3030
repository: "docker.io/langchain/hosted-langserve-backend"
3131
pullPolicy: IfNotPresent
32-
tag: "0.10.58"
32+
tag: "0.10.60"
3333
operatorImage:
3434
repository: "docker.io/langchain/langgraph-operator"
3535
pullPolicy: IfNotPresent
3636
tag: "6cc83a8"
3737
platformBackendImage:
3838
repository: "docker.io/langchain/langsmith-go-backend"
3939
pullPolicy: IfNotPresent
40-
tag: "0.10.58"
40+
tag: "0.10.60"
4141
playgroundImage:
4242
repository: "docker.io/langchain/langsmith-playground"
4343
pullPolicy: IfNotPresent
44-
tag: "0.10.58"
44+
tag: "0.10.60"
4545
postgresImage:
4646
repository: "docker.io/postgres"
4747
pullPolicy: IfNotPresent

charts/open-gpts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,6 @@ the same format as the secret in the corresponding `secrets.yaml` file.
284284
| Ankush | <ankush@langchain.dev> | |
285285

286286
----------------------------------------------
287-
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
287+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
288288
## Docs Generated by [helm-docs](https://github.com/norwoodj/helm-docs)
289289
`helm-docs -t ./charts/opengpts/README.md.gotmpl`

0 commit comments

Comments
 (0)