diff --git a/charts/langsmith/Chart.yaml b/charts/langsmith/Chart.yaml index 84bb13a..a5de9e8 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.4.4 -appVersion: "0.2.23" +version: 0.4.5 +appVersion: "0.2.24" diff --git a/charts/langsmith/values.yaml b/charts/langsmith/values.yaml index 94de031..ede7153 100644 --- a/charts/langsmith/values.yaml +++ b/charts/langsmith/values.yaml @@ -15,15 +15,15 @@ images: backendImage: repository: "docker.io/langchain/langsmith-backend" pullPolicy: IfNotPresent - tag: "0.2.23" + tag: "0.2.24" frontendImage: repository: "docker.io/langchain/langsmith-frontend" pullPolicy: IfNotPresent - tag: "0.2.23" + tag: "0.2.24" playgroundImage: repository: "docker.io/langchain/langsmith-playground" pullPolicy: IfNotPresent - tag: "0.2.23" + tag: "0.2.24" postgresImage: repository: "docker.io/postgres" pullPolicy: IfNotPresent