File tree Expand file tree Collapse file tree 3 files changed +16
-7
lines changed
Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 11dependencies:
22- name: altinity-clickhouse-operator
33 repository: https://helm.altinity.com
4- version: 0.25.5
5- digest: sha256:47275c2271832926b4c1041b238d068708bb847395dc1ab708bca183f6a707e4
6- generated: "2025-10-31T11:49:40.820796477-04 :00"
4+ version: 0.25.6
5+ digest: sha256:3f08fc4cf1b1e1c06bf9cef5d9f5a753449075ea4a1fcc6434d0135655e4bc9d
6+ generated: "2026-01-12T10:31:38.524730059+01 :00"
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apiVersion: v2
22name : clickhouse
33description : A Helm chart for creating a ClickHouse® Cluster with the Altinity Operator for ClickHouse
44type : application
5- version : 0.3.7
5+ version : 0.3.8
66appVersion : " 25.3.6.10034"
77
88dependencies :
99 - name : altinity-clickhouse-operator
1010 repository : https://helm.altinity.com
11- version : 0.25.5
11+ version : 0.25.6
1212 alias : operator
1313 condition : operator.enabled
Original file line number Diff line number Diff line change 11# clickhouse
2- ![ Version: 0.3.5 ] ( https://img.shields.io/badge/Version-0.3.5 -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 )
2+ ![ Version: 0.3.8 ] ( https://img.shields.io/badge/Version-0.3.8 -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 )
33
44A Helm chart for creating a ClickHouse® Cluster with the Altinity Operator for ClickHouse
55
@@ -15,7 +15,7 @@ A Helm chart for creating a ClickHouse® Cluster with the Altinity Operator for
1515
1616| Repository | Name | Version |
1717| ------------| ------| ---------|
18- | https://helm.altinity.com | operator(altinity-clickhouse-operator) | 0.25.5 |
18+ | https://helm.altinity.com | operator(altinity-clickhouse-operator) | 0.25.6 |
1919
2020## Installing the Chart
2121
@@ -82,6 +82,15 @@ helm install second-release altinity/clickhouse \
8282 --set operator.configs.files.config\\ .yaml.watch.namespaces=\{ test\}
8383```
8484
85+ By default, the operator installs the Custom Resource Definitions (CRDs) for ClickHouse resources.
86+ If you have already installed the CRDs separately, you can disable automatic CRD installation:
87+
88+ ``` sh
89+ helm install third-release altinity/clickhouse --namespace clickhouse \
90+ --namespace test \
91+ --set operator.crds.enabled=false
92+ ```
93+
8594Consult the [ Altinity ClickHouse Operator chart documentation] ( https://helm.altinity.com/ )
8695for the full list of available options. Any of those settings can be applied through the
8796` operator ` value prefix when installing or upgrading this chart.
You can’t perform that action at this time.
0 commit comments