Hive Hive
Sign in

Helm Chart 0.2.1

Metadata
Source
GitHub
Version
helm@0.2.1
Published
Jun 18, 2026 · 15:03 UTC
Repository
tuist/tuist
Update

This release improves the Helm chart’s support for external ClickHouse deployments.

If you run Tuist with an external ClickHouse instance, the chart’s init container previously used your ClickHouse connection URL for its readiness check. When that URL includes a database path, ClickHouse returns 404 on the readiness check and the migration job’s init container never becomes ready, causing deployment timeouts.

You can now set clickhouse.external.pingUrl to a dedicated /ping URL for the readiness check. If you leave it unset, the chart continues to use clickhouse.external.url as before.

Available from the OCI registries:

  • oci://ghcr.io/tuist/charts/tuist:0.2.1
  • oci://ghcr.io/tuist/charts/kura:0.2.1