A Helm chart repository, served via GitHub Pages.
helm repo add ipx https://charts.ipx.dev
helm repo update
helm search repo ipxInstall a chart:
helm install ch ipx/clickhouse --namespace data --create-namespace| Chart | Description |
|---|---|
clickhouse |
Optionally highly-available ClickHouse cluster — admin account, databases, application users, and scheduled backups. |
See each chart's own README for values and examples.
Charts live under charts/. On every push to main,
helm/chart-releaser-action
packages any chart whose version changed, publishes the .tgz as a GitHub
Release, and updates index.yaml on the gh-pages branch (the repo Pages
source). Bump the chart's version in its Chart.yaml to cut a release.
Pull requests are linted with helm lint --strict and a helm template
render check (see .github/workflows).
helm lint charts/clickhouse --strict
helm template charts/clickhouse
helm install ch charts/clickhouse --dry-run --debug