Skip to content

Commit a8966a4

Browse files
authored
fix(helm): bump clickhouse subchart 9.3.7 -> 9.4.4 (clickhouse 25.7.5) (#3524)
Fixes #3520. The bundled bitnami clickhouse subchart was pinned at `9.3.7` (clickhouse `25.6.1-debian-12-r0`), which hits a memory-tracker accounting bug under sustained ingest - the global counter overflows to ~7 EiB and every query gets rejected by OvercommitTracker until the pod is restarted. Self-hosters running 4.0.5 through 4.4.5 are exposed regardless of chart version since the subchart pin hadn't moved. Bumping to `9.4.4` (clickhouse `25.7.5-debian-12-r0`) pulls in the 25.7.x memory-tracker fixes. This is also the latest publicly packaged release at `oci://registry-1.docker.io/bitnamicharts` - that registry has been frozen since 2025-08-28 (Bitnami catalog changes), but the chart source remains under Apache 2 on `bitnami/charts`. The image continues to resolve via `bitnamilegacy/clickhouse` per the existing `values.yaml` override, since `bitnami/clickhouse` itself moved to paid-only. Verified locally: `helm dependency update` + `helm lint` + `helm template` + kubeconform across all 57 rendered manifests. Rendered statefulset image is `docker.io/bitnamilegacy/clickhouse:25.7.5-debian-12-r0`.
1 parent 386b4f6 commit a8966a4

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

hosting/k8s/helm/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ dependencies:
77
version: 21.2.6
88
- name: clickhouse
99
repository: oci://registry-1.docker.io/bitnamicharts
10-
version: 9.3.7
10+
version: 9.4.4
1111
- name: minio
1212
repository: oci://registry-1.docker.io/bitnamicharts
1313
version: 17.0.9
14-
digest: sha256:b6cef61abc0b8bcdf4e6d7d86bd8dd7999dd07543f5532f3d94797ffdf0ad30b
15-
generated: "2025-06-27T19:27:24.075488134+01:00"
14+
digest: sha256:e1b572ab8eca0cc376311398c27b1734d8a598095fccc81dd9c32b2c8b9c1149
15+
generated: "2026-05-05T10:31:58.493590751+01:00"

hosting/k8s/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
repository: "oci://registry-1.docker.io/bitnamicharts"
2828
condition: redis.deploy
2929
- name: clickhouse
30-
version: "9.3.7"
30+
version: "9.4.4"
3131
repository: "oci://registry-1.docker.io/bitnamicharts"
3232
condition: clickhouse.deploy
3333
- name: minio

hosting/k8s/helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ clickhouse:
542542
image:
543543
# Use bitnami legacy repo
544544
repository: bitnamilegacy/clickhouse
545-
# image: docker.io/bitnamilegacy/clickhouse:25.6.1-debian-12-r0
545+
# image: docker.io/bitnamilegacy/clickhouse:25.7.5-debian-12-r0
546546

547547
# TLS/Secure connection configuration
548548
secure: false # Set to true to use HTTPS and secure connections

0 commit comments

Comments
 (0)