Skip to content

Commit c9fe3b7

Browse files
Bump operator to 0.1.21 in langsmith + data plane charts (#519)
1 parent 30ee111 commit c9fe3b7

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

charts/langgraph-dataplane/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainers:
55
66
description: Helm chart to deploy a langgraph dataplane on kubernetes.
77
type: application
8-
version: 0.2.12
8+
version: 0.2.13
99
appVersion: "0.12.4"

charts/langgraph-dataplane/README.md

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

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

55
Helm chart to deploy a langgraph dataplane on kubernetes.
66

@@ -26,7 +26,7 @@ You can find the guide to deploy a LangGraph Dataplane [here](https://langchain-
2626
| images.listenerImage.tag | string | `"0.12.4"` | |
2727
| images.operatorImage.pullPolicy | string | `"IfNotPresent"` | |
2828
| images.operatorImage.repository | string | `"docker.io/langchain/langgraph-operator"` | |
29-
| images.operatorImage.tag | string | `"0.1.20"` | |
29+
| images.operatorImage.tag | string | `"0.1.21"` | |
3030
| images.redisImage.pullPolicy | string | `"IfNotPresent"` | |
3131
| images.redisImage.repository | string | `"docker.io/redis"` | |
3232
| images.redisImage.tag | string | `"7"` | |

charts/langgraph-dataplane/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ images:
3333
operatorImage:
3434
repository: "docker.io/langchain/langgraph-operator"
3535
pullPolicy: IfNotPresent
36-
tag: "0.1.20"
36+
tag: "0.1.21"
3737

3838
ingress:
3939
enabled: true

charts/langsmith/Chart.yaml

Lines changed: 1 addition & 1 deletion
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.12.19
8+
version: 0.12.20
99
appVersion: "0.12.57"

charts/langsmith/README.md

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

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

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

@@ -45,7 +45,7 @@ For information on how to use this chart, up-to-date release notes, and other gu
4545
| images.imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Specified as name: value. |
4646
| images.operatorImage.pullPolicy | string | `"IfNotPresent"` | |
4747
| images.operatorImage.repository | string | `"docker.io/langchain/langgraph-operator"` | |
48-
| images.operatorImage.tag | string | `"0.1.20"` | |
48+
| images.operatorImage.tag | string | `"0.1.21"` | |
4949
| images.platformBackendImage.pullPolicy | string | `"IfNotPresent"` | |
5050
| images.platformBackendImage.repository | string | `"docker.io/langchain/langsmith-go-backend"` | |
5151
| images.platformBackendImage.tag | string | `"0.12.57"` | |

charts/langsmith/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ images:
4747
operatorImage:
4848
repository: "docker.io/langchain/langgraph-operator"
4949
pullPolicy: IfNotPresent
50-
tag: "0.1.20"
50+
tag: "0.1.21"
5151
platformBackendImage:
5252
repository: "docker.io/langchain/langsmith-go-backend"
5353
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)