File tree 3 files changed +10
-10
lines changed
bitnami/clickhouse-operator
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -5,21 +5,21 @@ annotations:
5
5
category : Database
6
6
licenses : Apache-2.0
7
7
images : |
8
- - name: clickhouse-operator
9
- image: docker.io/bitnami/clickhouse-operator:0.24.5-debian-12-r0
10
8
- 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
12
10
- name: clickhouse-keeper
13
11
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
14
14
- 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
16
16
apiVersion : v2
17
17
appVersion : 0.24.5
18
18
dependencies :
19
19
- name : common
20
20
repository : oci://registry-1.docker.io/bitnamicharts
21
21
tags :
22
- - bitnami-common
22
+ - bitnami-common
23
23
version : 2.x.x
24
24
description : ClickHouse Operator is a production-ready operator that manages ClickHouse databases delivering robust features required for cost-efficient, real-time analytic applications.
25
25
home : https://bitnami.com
@@ -36,4 +36,4 @@ name: clickhouse-operator
36
36
sources :
37
37
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse-operator
38
38
- https://github.com/bitnami/containers/tree/main/bitnami/clickhouse-operator
39
- version : 0.1.0
39
+ version : 0.1.1
Original file line number Diff line number Diff line change @@ -503,4 +503,4 @@ Unless required by applicable law or agreed to in writing, software
503
503
distributed under the License is distributed on an "AS IS" BASIS,
504
504
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
505
505
See the License for the specific language governing permissions and
506
- limitations under the License.
506
+ limitations under the License.
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ extraDeploy: []
82
82
image :
83
83
registry : docker.io
84
84
repository : bitnami/clickhouse-operator
85
- tag : 0.24.5-debian-12-r0
85
+ tag : 0.24.5-debian-12-r1
86
86
digest : " "
87
87
# # Specify a imagePullPolicy
88
88
# # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -109,7 +109,7 @@ image:
109
109
clickHouseImage :
110
110
registry : docker.io
111
111
repository : bitnami/clickhouse
112
- tag : 25.3.2-debian-12-r2
112
+ tag : 25.3.2-debian-12-r3
113
113
digest : " "
114
114
# # Specify a imagePullPolicy
115
115
# # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -657,7 +657,7 @@ metrics:
657
657
image :
658
658
registry : docker.io
659
659
repository : bitnami/clickhouse-operator-metrics-exporter
660
- tag : 0.24.5-debian-12-r0
660
+ tag : 0.24.5-debian-12-r1
661
661
digest : " "
662
662
# # Specify a imagePullPolicy
663
663
# # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
You can’t perform that action at this time.
0 commit comments