From 2327c0787fb0409f59bdfdfa0283ed7f870fb577 Mon Sep 17 00:00:00 2001 From: infra Date: Sun, 10 Dec 2023 17:40:49 -0800 Subject: [PATCH] Update production images --- charts/langsmith/Chart.yaml | 2 +- charts/langsmith/values.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/langsmith/Chart.yaml b/charts/langsmith/Chart.yaml index ef90585..4736a56 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.1.7 +version: 0.1.8 appVersion: "0.1.0" diff --git a/charts/langsmith/values.yaml b/charts/langsmith/values.yaml index 3ecbd45..61a231c 100644 --- a/charts/langsmith/values.yaml +++ b/charts/langsmith/values.yaml @@ -15,19 +15,19 @@ images: backendImage: repository: "docker.io/langchain/langchainplus-backend" pullPolicy: IfNotPresent - tag: "25cef81" + tag: "4430bf8" frontendImage: repository: "docker.io/langchain/langchainplus-frontend-dynamic" pullPolicy: IfNotPresent - tag: "25cef81" + tag: "4430bf8" hubBackendImage: repository: "docker.io/langchain/langchainhub-backend" pullPolicy: IfNotPresent - tag: "25cef81" + tag: "4430bf8" playgroundImage: repository: "docker.io/langchain/langchainplus-playground" pullPolicy: IfNotPresent - tag: "25cef81" + tag: "4430bf8" postgresImage: repository: "docker.io/postgres" pullPolicy: IfNotPresent