diff --git a/charts/clickhouse/Chart.yaml b/charts/clickhouse/Chart.yaml index 2de8e0d..7ece37c 100644 --- a/charts/clickhouse/Chart.yaml +++ b/charts/clickhouse/Chart.yaml @@ -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: diff --git a/charts/clickhouse/README.md b/charts/clickhouse/README.md index 9d8613b..fd1138f 100644 --- a/charts/clickhouse/README.md +++ b/charts/clickhouse/README.md @@ -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 @@ -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: | 8443 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 | `""` | | @@ -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 | `"\n\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"` | |