github ClickHouse/clickhouse-operator v0.0.2

7 hours ago

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+
  • chore: Fix Go mod to be correct
  • Remove commit status checks and minor README changes
  • fix: correct array index in logger toFields to prevent panic
  • fix: use correct separator for container image digest references
  • fix: add nil checks before dereferencing Shards pointers in webhook
  • Bump github.com/cert-manager/cert-manager from 1.19.2 to 1.19.3
  • Add Pod and Container security context overrides
  • feat: add clusterDomain field to support custom Kubernetes DNS domains
  • Adjust default health probes paramenters. Fix clickhouse liveness probe
  • Add default AccessModes to data disk. Allow custom data disk mounts.
  • fix: helm chart use wrong values field for manager container security…
  • Add build information to manger
  • Support all installModes, selection of watched namespaces
  • Upgrade go version to 1.26, upgrade dependecies and fix usage of recently deprecated APIs
  • Minimal k8s version

Don't miss a new clickhouse-operator release

NewReleases is sending notifications on new releases.