Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/clickhouse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: clickhouse
description: A Helm chart for creating a ClickHouse® Cluster with the Altinity Operator for ClickHouse
type: application
version: 0.3.9
version: 0.3.10
appVersion: "25.3.6.10034"

dependencies:
Expand Down
4 changes: 3 additions & 1 deletion charts/clickhouse/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# clickhouse
![Version: 0.3.9](https://img.shields.io/badge/Version-0.3.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 25.3.6.10034](https://img.shields.io/badge/AppVersion-25.3.6.10034-informational?style=flat-square)
![Version: 0.3.10](https://img.shields.io/badge/Version-0.3.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 25.3.6.10034](https://img.shields.io/badge/AppVersion-25.3.6.10034-informational?style=flat-square)

A Helm chart for creating a ClickHouse® Cluster with the Altinity Operator for ClickHouse

Expand Down Expand Up @@ -161,6 +161,7 @@ EOSQL
| clickhouse.clusterSecret.valueFrom | object | `{"secretKeyRef":{"key":"secret","name":""}}` | Reference to an existing Kubernetes secret containing the cluster secret |
| clickhouse.clusterSecret.valueFrom.secretKeyRef.key | string | `"secret"` | Key in the secret that contains the cluster secret value |
| clickhouse.clusterSecret.valueFrom.secretKeyRef.name | string | `""` | Name of the secret containing the cluster secret |
| clickhouse.configurationFiles | object | `{}` | Additional entries for spec.configuration.files. String values are rendered inline; map values (e.g. valueFrom) are passed as structured YAML. Example: configurationFiles: config.d/tls.xml: | <clickhouse> <https_port>8443</https_port> </clickhouse> tls.crt: valueFrom: secretKeyRef: name: my-tls-secret key: tls.crt |
| clickhouse.defaultUser.allowExternalAccess | bool | `false` | Allow the default user to access ClickHouse from any IP. If set, will override `hostIP` to always be `0.0.0.0/0`. |
| clickhouse.defaultUser.hostIP | string | `"127.0.0.1/32"` | |
| clickhouse.defaultUser.password | string | `""` | |
Expand All @@ -169,6 +170,7 @@ EOSQL
| clickhouse.extraContainers | list | `[]` | Extra containers for clickhouse pods |
| clickhouse.extraPorts | list | `[]` | Additional ports to expose in the ClickHouse container Example: extraPorts: - name: custom-port containerPort: 8080 |
| clickhouse.extraUsers | string | `"<clickhouse>\n</clickhouse>\n"` | Additional users config for ClickHouse (in xml format) |
| clickhouse.extraVolumeMounts | list | `[]` | Extra volume mounts for clickhouse pods |
| clickhouse.extraVolumes | list | `[]` | Extra volumes for clickhouse pods |
| clickhouse.image.pullPolicy | string | `"IfNotPresent"` | |
| clickhouse.image.repository | string | `"altinity/clickhouse-server"` | |
Expand Down