From 73e4cb42e56d0ec989c05345362dc674a587e4fa Mon Sep 17 00:00:00 2001 From: infra Date: Tue, 25 Jun 2024 06:48:17 -0400 Subject: [PATCH] chore: bump 0.6.16 release --- charts/langsmith/Chart.yaml | 4 ++-- charts/langsmith/values.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/langsmith/Chart.yaml b/charts/langsmith/Chart.yaml index a5fd064..51e9ad8 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.6.4 -appVersion: "0.6.14" +version: 0.6.5 +appVersion: "0.6.16" diff --git a/charts/langsmith/values.yaml b/charts/langsmith/values.yaml index 13fcd79..404afcb 100644 --- a/charts/langsmith/values.yaml +++ b/charts/langsmith/values.yaml @@ -15,19 +15,19 @@ images: backendImage: repository: "docker.io/langchain/langsmith-backend" pullPolicy: IfNotPresent - tag: "0.6.14" + tag: "0.6.16" frontendImage: repository: "docker.io/langchain/langsmith-frontend" pullPolicy: IfNotPresent - tag: "0.6.14" + tag: "0.6.16" platformBackendImage: repository: "docker.io/langchain/langsmith-go-backend" pullPolicy: IfNotPresent - tag: "0.6.14" + tag: "0.6.16" playgroundImage: repository: "docker.io/langchain/langsmith-playground" pullPolicy: IfNotPresent - tag: "0.6.14" + tag: "0.6.16" postgresImage: repository: "docker.io/postgres" pullPolicy: IfNotPresent