From 784a52ee7243389a7fe724a5ff339623ddfafa23 Mon Sep 17 00:00:00 2001 From: infra Date: Fri, 28 Jun 2024 10:27:31 -0400 Subject: [PATCH] fix: bump 0.6.21 --- charts/langsmith/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/langsmith/values.yaml b/charts/langsmith/values.yaml index bf4cbb31..bc940a13 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.20" + tag: "0.6.21" frontendImage: repository: "docker.io/langchain/langsmith-frontend" pullPolicy: IfNotPresent - tag: "0.6.20" + tag: "0.6.21" platformBackendImage: repository: "docker.io/langchain/langsmith-go-backend" pullPolicy: IfNotPresent - tag: "0.6.20" + tag: "0.6.21" playgroundImage: repository: "docker.io/langchain/langsmith-playground" pullPolicy: IfNotPresent - tag: "0.6.20" + tag: "0.6.21" postgresImage: repository: "docker.io/postgres" pullPolicy: IfNotPresent