浏览代码

[clickhouse-operator] ci: remove hack on runtime parameters (#33753)

Juan Ariza Toledano 4 月之前
父节点
当前提交
7edc66f619

+ 0 - 6
.vib/clickhouse-operator/runtime-parameters.yaml

@@ -184,12 +184,6 @@ extraDeploy:
                   - name: default-volume-claim
                     mountPath: /bitnami/clickhouse-keeper
                   # Hack required for read-only fs
-                  - name: chk-vib-deploy-confd-vib-0-0
-                    mountPath: /opt/bitnami/clickhouse-keeper/etc/conf.d
-                  - name: chk-vib-common-configd
-                    mountPath: /opt/bitnami/clickhouse-keeper/etc/keeper_config.d
-                  - name: chk-vib-common-usersd
-                    mountPath: /opt/bitnami/clickhouse-keeper/etc/users.d
                   - name: empty-dir
                     mountPath: /opt/bitnami/clickhouse-keeper/etc
                     subPath: app-conf-dir

+ 10 - 2
bitnami/clickhouse-operator/CHANGELOG.md

@@ -1,8 +1,16 @@
 # Changelog
 
-## 0.2.2 (2025-05-13)
+## 0.2.4 (2025-05-16)
 
-* [bitnami/clickhouse-operator] :zap: :arrow_up: Update dependency references ([#33631](https://github.com/bitnami/charts/pull/33631))
+* [clickhouse-operator] ci: remove hack on runtime parameters ([#33753](https://github.com/bitnami/charts/pull/33753))
+
+## <small>0.2.3 (2025-05-15)</small>
+
+* [bitnami/clickhouse-operator] :zap: :arrow_up: Update dependency references (#33720) ([855e5a0](https://github.com/bitnami/charts/commit/855e5a022177e138a7dbf5fe31f7bbab2dc66209)), closes [#33720](https://github.com/bitnami/charts/issues/33720)
+
+## <small>0.2.2 (2025-05-15)</small>
+
+* [bitnami/clickhouse-operator] :zap: :arrow_up: Update dependency references (#33631) ([6b0af73](https://github.com/bitnami/charts/commit/6b0af73be803ed24dff8a04315f05670ba7ae3ef)), closes [#33631](https://github.com/bitnami/charts/issues/33631)
 
 ## <small>0.2.1 (2025-05-13)</small>
 

+ 2 - 2
bitnami/clickhouse-operator/Chart.yaml

@@ -7,7 +7,7 @@ annotations:
     - name: clickhouse
       image: docker.io/bitnami/clickhouse:25.4.4-debian-12-r0
     - name: clickhouse-keeper
-      image: docker.io/bitnami/clickhouse-keeper:25.4.4-debian-12-r0
+      image: docker.io/bitnami/clickhouse-keeper:25.4.4-debian-12-r1
     - name: clickhouse-operator
       image: docker.io/bitnami/clickhouse-operator:0.24.5-debian-12-r4
     - name: clickhouse-operator-metrics-exporter
@@ -38,4 +38,4 @@ name: clickhouse-operator
 sources:
 - https://github.com/bitnami/charts/tree/main/bitnami/clickhouse-operator
 - https://github.com/bitnami/containers/tree/main/bitnami/clickhouse-operator
-version: 0.2.3
+version: 0.2.4

+ 1 - 1
bitnami/clickhouse-operator/values.yaml

@@ -136,7 +136,7 @@ clickHouseImage:
 keeperImage:
   registry: docker.io
   repository: bitnami/clickhouse-keeper
-  tag: 25.4.4-debian-12-r0
+  tag: 25.4.4-debian-12-r1
   digest: ""
   ## Specify a imagePullPolicy
   ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'