From 72ab4274b99400ab5552e3f0ceb16fec09dff2c1 Mon Sep 17 00:00:00 2001 From: infra Date: Fri, 12 Jul 2024 22:23:59 -0400 Subject: [PATCH] fix: fix hotfix action --- 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 6425d00..9d5c296 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.14 -appVersion: "0.6.27" +version: 0.6.15 +appVersion: "0.6.28" diff --git a/charts/langsmith/values.yaml b/charts/langsmith/values.yaml index 491a181..791065a 100644 --- a/charts/langsmith/values.yaml +++ b/charts/langsmith/values.yaml @@ -17,19 +17,19 @@ images: backendImage: repository: "docker.io/langchain/langsmith-backend" pullPolicy: IfNotPresent - tag: "0.6.27" + tag: "0.6.28" frontendImage: repository: "docker.io/langchain/langsmith-frontend" pullPolicy: IfNotPresent - tag: "0.6.27" + tag: "0.6.28" platformBackendImage: repository: "docker.io/langchain/langsmith-go-backend" pullPolicy: IfNotPresent - tag: "0.6.27" + tag: "0.6.28" playgroundImage: repository: "docker.io/langchain/langsmith-playground" pullPolicy: IfNotPresent - tag: "0.6.27" + tag: "0.6.28" postgresImage: repository: "docker.io/postgres" pullPolicy: IfNotPresent