Skip to content

Commit 9f56e25

Browse files
committedApr 8, 2025
[bitnami/clickhouse-operator] Release 0.1.1 updating components versions
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
1 parent 4c19545 commit 9f56e25

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed
 

‎bitnami/clickhouse-operator/Chart.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ annotations:
55
category: Database
66
licenses: Apache-2.0
77
images: |
8-
- name: clickhouse-operator
9-
image: docker.io/bitnami/clickhouse-operator:0.24.5-debian-12-r0
108
- name: clickhouse
11-
image: docker.io/bitnami/clickhouse:25.3.2-debian-12-r2
9+
image: docker.io/bitnami/clickhouse:25.3.2-debian-12-r3
1210
- name: clickhouse-keeper
1311
image: docker.io/bitnami/clickhouse-keeper:25.3.2-debian-12-r5
12+
- name: clickhouse-operator
13+
image: docker.io/bitnami/clickhouse-operator:0.24.5-debian-12-r1
1414
- name: clickhouse-operator-metrics-exporter
15-
image: docker.io/bitnami/clickhouse-operator-metrics-exporter:0.24.5-debian-12-r0
15+
image: docker.io/bitnami/clickhouse-operator-metrics-exporter:0.24.5-debian-12-r1
1616
apiVersion: v2
1717
appVersion: 0.24.5
1818
dependencies:
1919
- name: common
2020
repository: oci://registry-1.docker.io/bitnamicharts
2121
tags:
22-
- bitnami-common
22+
- bitnami-common
2323
version: 2.x.x
2424
description: ClickHouse Operator is a production-ready operator that manages ClickHouse databases delivering robust features required for cost-efficient, real-time analytic applications.
2525
home: https://bitnami.com
@@ -36,4 +36,4 @@ name: clickhouse-operator
3636
sources:
3737
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse-operator
3838
- https://github.com/bitnami/containers/tree/main/bitnami/clickhouse-operator
39-
version: 0.1.0
39+
version: 0.1.1

‎bitnami/clickhouse-operator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -503,4 +503,4 @@ Unless required by applicable law or agreed to in writing, software
503503
distributed under the License is distributed on an "AS IS" BASIS,
504504
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
505505
See the License for the specific language governing permissions and
506-
limitations under the License.
506+
limitations under the License.

‎bitnami/clickhouse-operator/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ extraDeploy: []
8282
image:
8383
registry: docker.io
8484
repository: bitnami/clickhouse-operator
85-
tag: 0.24.5-debian-12-r0
85+
tag: 0.24.5-debian-12-r1
8686
digest: ""
8787
## Specify a imagePullPolicy
8888
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -109,7 +109,7 @@ image:
109109
clickHouseImage:
110110
registry: docker.io
111111
repository: bitnami/clickhouse
112-
tag: 25.3.2-debian-12-r2
112+
tag: 25.3.2-debian-12-r3
113113
digest: ""
114114
## Specify a imagePullPolicy
115115
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -657,7 +657,7 @@ metrics:
657657
image:
658658
registry: docker.io
659659
repository: bitnami/clickhouse-operator-metrics-exporter
660-
tag: 0.24.5-debian-12-r0
660+
tag: 0.24.5-debian-12-r1
661661
digest: ""
662662
## Specify a imagePullPolicy
663663
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'

0 commit comments

Comments
 (0)