Install using the manifest
kubectl apply -f https://github.com/ClickHouse/clickhouse-operator/releases/download/v0.0.2/clickhouse-operator.yaml
Install using helmchart
helm install clickhouse-operator oci://ghcr.io/clickhouse/clickhouse-operator-helm \
--version=0.0.2 \
--create-namespace \
-n clickhouse-operator-system
Changelog
📦 Uncategorized
- Lower kubernetes version to v1.30+
- PR: #64
- chore: Fix Go mod to be correct
- PR: #67
- Remove commit status checks and minor README changes
- PR: #72
- fix: correct array index in logger toFields to prevent panic
- PR: #69
- fix: use correct separator for container image digest references
- PR: #70
- fix: add nil checks before dereferencing Shards pointers in webhook
- PR: #71
- Bump github.com/cert-manager/cert-manager from 1.19.2 to 1.19.3
- PR: #73
- Add Pod and Container security context overrides
- PR: #74
- feat: add clusterDomain field to support custom Kubernetes DNS domains
- PR: #77
- Adjust default health probes paramenters. Fix clickhouse liveness probe
- PR: #78
- Add default AccessModes to data disk. Allow custom data disk mounts.
- PR: #79
- fix: helm chart use wrong values field for manager container security…
- PR: #80
- Add build information to manger
- PR: #81
- Support all installModes, selection of watched namespaces
- PR: #83
- Upgrade go version to 1.26, upgrade dependecies and fix usage of recently deprecated APIs
- PR: #84
- Minimal k8s version
- PR: #85