From 64d1bf25e303b91a63232a7694578679846804a2 Mon Sep 17 00:00:00 2001 From: Brian Vander Schaaf Date: Tue, 10 Dec 2024 10:21:51 -0500 Subject: [PATCH 1/2] chore: bump version for org-scoped usage charts --- charts/langsmith/Chart.yaml | 4 ++-- charts/langsmith/values.yaml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/langsmith/Chart.yaml b/charts/langsmith/Chart.yaml index ac2a5c2..bea5dfb 100644 --- a/charts/langsmith/Chart.yaml +++ b/charts/langsmith/Chart.yaml @@ -5,5 +5,5 @@ maintainers: email: ankush@langchain.dev description: Helm chart to deploy the langsmith application and all services it depends on. type: application -version: 0.8.20 -appVersion: "0.8.53" +version: 0.8.21 +appVersion: "0.8.62" diff --git a/charts/langsmith/values.yaml b/charts/langsmith/values.yaml index 8f4cd14..989b20f 100644 --- a/charts/langsmith/values.yaml +++ b/charts/langsmith/values.yaml @@ -17,23 +17,23 @@ images: aceBackendImage: repository: "docker.io/langchain/langsmith-ace-backend" pullPolicy: IfNotPresent - tag: "0.8.53" + tag: "0.8.62" backendImage: repository: "docker.io/langchain/langsmith-backend" pullPolicy: IfNotPresent - tag: "0.8.53" + tag: "0.8.62" frontendImage: repository: "docker.io/langchain/langsmith-frontend" pullPolicy: IfNotPresent - tag: "0.8.53" + tag: "0.8.62" platformBackendImage: repository: "docker.io/langchain/langsmith-go-backend" pullPolicy: IfNotPresent - tag: "0.8.53" + tag: "0.8.62" playgroundImage: repository: "docker.io/langchain/langsmith-playground" pullPolicy: IfNotPresent - tag: "0.8.53" + tag: "0.8.62" postgresImage: repository: "docker.io/postgres" pullPolicy: IfNotPresent From 9c85e26c0f89b91e5adec0c110aa5547134dc3f1 Mon Sep 17 00:00:00 2001 From: Brian Vander Schaaf Date: Tue, 10 Dec 2024 15:51:31 -0500 Subject: [PATCH 2/2] version --- charts/langsmith/Chart.yaml | 2 +- charts/langsmith/values.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/langsmith/Chart.yaml b/charts/langsmith/Chart.yaml index bea5dfb..f05629b 100644 --- a/charts/langsmith/Chart.yaml +++ b/charts/langsmith/Chart.yaml @@ -6,4 +6,4 @@ maintainers: description: Helm chart to deploy the langsmith application and all services it depends on. type: application version: 0.8.21 -appVersion: "0.8.62" +appVersion: "0.8.63" diff --git a/charts/langsmith/values.yaml b/charts/langsmith/values.yaml index 989b20f..853b720 100644 --- a/charts/langsmith/values.yaml +++ b/charts/langsmith/values.yaml @@ -17,23 +17,23 @@ images: aceBackendImage: repository: "docker.io/langchain/langsmith-ace-backend" pullPolicy: IfNotPresent - tag: "0.8.62" + tag: "0.8.63" backendImage: repository: "docker.io/langchain/langsmith-backend" pullPolicy: IfNotPresent - tag: "0.8.62" + tag: "0.8.63" frontendImage: repository: "docker.io/langchain/langsmith-frontend" pullPolicy: IfNotPresent - tag: "0.8.62" + tag: "0.8.63" platformBackendImage: repository: "docker.io/langchain/langsmith-go-backend" pullPolicy: IfNotPresent - tag: "0.8.62" + tag: "0.8.63" playgroundImage: repository: "docker.io/langchain/langsmith-playground" pullPolicy: IfNotPresent - tag: "0.8.62" + tag: "0.8.63" postgresImage: repository: "docker.io/postgres" pullPolicy: IfNotPresent