fix(helm): bump clickhouse subchart 9.3.7 -> 9.4.4 (clickhouse 25.7.5)#3524
fix(helm): bump clickhouse subchart 9.3.7 -> 9.4.4 (clickhouse 25.7.5)#3524
Conversation
Pulls in upstream memory-tracker fixes shipped in clickhouse 25.7.x. The previous pin (25.6.1) hits a memory-tracker accounting bug under sustained ingest where the global counter overflows to ~7 EiB, after which every query is rejected by OvercommitTracker until the pod is restarted - reported in #3520 with full repro and pod logs. 9.4.4 is the latest packaged release at oci://registry-1.docker.io/ bitnamicharts/clickhouse; that registry has been frozen since 2025-08-28 but the chart source (Apache 2) is still maintained at bitnami/charts. The image already resolves via bitnamilegacy/clickhouse (per existing values.yaml override) since bitnami/clickhouse is now paid-only. refs #3520
|
🧭 Helm Chart Prerelease PublishedVersion: Install: helm upgrade --install trigger \
oci://ghcr.io/triggerdotdev/charts/trigger \
--version "4.4.5-pr3524.494d797"
|
WalkthroughThis pull request updates ClickHouse dependencies in the Kubernetes Helm chart configuration. The Helm chart dependency specification in Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
ready |
Fixes #3520. The bundled bitnami clickhouse subchart was pinned at
9.3.7(clickhouse25.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(clickhouse25.7.5-debian-12-r0) pulls in the 25.7.x memory-tracker fixes. This is also the latest publicly packaged release atoci://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 onbitnami/charts. The image continues to resolve viabitnamilegacy/clickhouseper the existingvalues.yamloverride, sincebitnami/clickhouseitself moved to paid-only.Verified locally:
helm dependency update+helm lint+helm template+ kubeconform across all 57 rendered manifests. Rendered statefulset image isdocker.io/bitnamilegacy/clickhouse:25.7.5-debian-12-r0.