From c97909d6bce387560403691dc95f050cfc648c14 Mon Sep 17 00:00:00 2001 From: John Kennedy <65985482+jkennedyvz@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:12:30 -0800 Subject: [PATCH] upgrade clickhouse --- .github/workflows/helm_checks.yaml | 4 ++-- charts/langsmith/README.md | 2 +- charts/langsmith/docker-compose/docker-compose.yaml | 2 +- charts/langsmith/scripts/mirror_langsmith_images.sh | 4 ++-- charts/langsmith/values.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/helm_checks.yaml b/.github/workflows/helm_checks.yaml index 8fafb40e..68f57c18 100644 --- a/.github/workflows/helm_checks.yaml +++ b/.github/workflows/helm_checks.yaml @@ -60,8 +60,8 @@ jobs: docker pull docker.io/postgres:14.7 kind load docker-image docker.io/postgres:14.7 --name chart-testing - docker pull docker.io/clickhouse/clickhouse-server:25.4 - kind load docker-image docker.io/clickhouse/clickhouse-server:25.4 --name chart-testing + docker pull docker.io/clickhouse/clickhouse-server:25.12 + kind load docker-image docker.io/clickhouse/clickhouse-server:25.12 --name chart-testing - name: Setup Redis with TLS for Custom CA Testing (LangSmith only) if: matrix.chart-name == 'langsmith' diff --git a/charts/langsmith/README.md b/charts/langsmith/README.md index df6942a6..723e51f3 100644 --- a/charts/langsmith/README.md +++ b/charts/langsmith/README.md @@ -152,7 +152,7 @@ For information on how to use this chart, up-to-date release notes, and other gu | images.backendImage.tag | string | `"0.13.4"` | | | images.clickhouseImage.pullPolicy | string | `"Always"` | | | images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | | -| images.clickhouseImage.tag | string | `"25.4"` | | +| images.clickhouseImage.tag | string | `"25.12"` | | | images.frontendImage.pullPolicy | string | `"IfNotPresent"` | | | images.frontendImage.repository | string | `"docker.io/langchain/langsmith-frontend"` | | | images.frontendImage.tag | string | `"0.13.4"` | | diff --git a/charts/langsmith/docker-compose/docker-compose.yaml b/charts/langsmith/docker-compose/docker-compose.yaml index 43197dcf..cf179f26 100644 --- a/charts/langsmith/docker-compose/docker-compose.yaml +++ b/charts/langsmith/docker-compose/docker-compose.yaml @@ -220,7 +220,7 @@ services: timeout: 2s retries: 30 langchain-clickhouse: - image: ${_REGISTRY:-docker.io}/clickhouse/clickhouse-server:25.10 + image: ${_REGISTRY:-docker.io}/clickhouse/clickhouse-server:25.12 user: "101:101" restart: always environment: diff --git a/charts/langsmith/scripts/mirror_langsmith_images.sh b/charts/langsmith/scripts/mirror_langsmith_images.sh index fd44b77b..456c014b 100755 --- a/charts/langsmith/scripts/mirror_langsmith_images.sh +++ b/charts/langsmith/scripts/mirror_langsmith_images.sh @@ -11,7 +11,7 @@ set -euo pipefail # Default version -DEFAULT_VERSION="0.10.66" +DEFAULT_VERSION="0.13.3" ############################################################################### # CLI parsing @@ -59,7 +59,7 @@ IMAGES=( "docker.io/langchain/langsmith-playground:${VERSION}" "docker.io/postgres:14.7" "docker.io/redis:7" - "docker.io/clickhouse/clickhouse-server:24.8" + "docker.io/clickhouse/clickhouse-server:25.12" ) echo "Using version: ${VERSION}" diff --git a/charts/langsmith/values.yaml b/charts/langsmith/values.yaml index 47303ed2..28cd7769 100644 --- a/charts/langsmith/values.yaml +++ b/charts/langsmith/values.yaml @@ -73,7 +73,7 @@ images: clickhouseImage: repository: "docker.io/clickhouse/clickhouse-server" pullPolicy: Always - tag: "25.4" + tag: "25.12" agentBuilderToolServerImage: repository: "docker.io/langchain/agent-builder-tool-server" pullPolicy: IfNotPresent