From 0e45cdcce399b7955efcda26ba55249a8bb5b8ee Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 14 Aug 2025 16:54:12 +0200 Subject: [PATCH] [bitnami/clickhouse-operator] :zap: :arrow_up: Update dependency references (#35882) * [bitnami/clickhouse-operator] Release 0.2.31 updating components versions Signed-off-by: Bitnami Bot * Update CHANGELOG.md Signed-off-by: Bitnami Bot --------- Signed-off-by: Bitnami Bot --- bitnami/clickhouse-operator/CHANGELOG.md | 8 ++++++-- bitnami/clickhouse-operator/Chart.yaml | 6 +++--- bitnami/clickhouse-operator/values.yaml | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/bitnami/clickhouse-operator/CHANGELOG.md b/bitnami/clickhouse-operator/CHANGELOG.md index 3bd4cd26d5..8558aeb9fa 100644 --- a/bitnami/clickhouse-operator/CHANGELOG.md +++ b/bitnami/clickhouse-operator/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 0.2.30 (2025-08-14) +## 0.2.31 (2025-08-14) -* [bitnami/clickhouse-operator] :zap: :arrow_up: Update dependency references ([#35862](https://github.com/bitnami/charts/pull/35862)) +* [bitnami/clickhouse-operator] :zap: :arrow_up: Update dependency references ([#35882](https://github.com/bitnami/charts/pull/35882)) + +## 0.2.30 (2025-08-14) + +* [bitnami/clickhouse-operator] :zap: :arrow_up: Update dependency references (#35862) ([1d92745](https://github.com/bitnami/charts/commit/1d927454e291bb8abb9597bfca5b908fa2e41598)), closes [#35862](https://github.com/bitnami/charts/issues/35862) ## 0.2.29 (2025-08-12) diff --git a/bitnami/clickhouse-operator/Chart.yaml b/bitnami/clickhouse-operator/Chart.yaml index 1de4c899d7..ad878e8004 100644 --- a/bitnami/clickhouse-operator/Chart.yaml +++ b/bitnami/clickhouse-operator/Chart.yaml @@ -5,9 +5,9 @@ annotations: category: Database images: | - name: clickhouse - image: docker.io/bitnami/clickhouse:25.7.3-debian-12-r0 + image: docker.io/bitnami/clickhouse:25.7.4-debian-12-r0 - name: clickhouse-keeper - image: docker.io/bitnami/clickhouse-keeper:25.7.3-debian-12-r0 + image: docker.io/bitnami/clickhouse-keeper:25.7.4-debian-12-r0 - name: clickhouse-operator image: docker.io/bitnami/clickhouse-operator:0.25.3-debian-12-r1 - 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.30 +version: 0.2.31 diff --git a/bitnami/clickhouse-operator/values.yaml b/bitnami/clickhouse-operator/values.yaml index 7d931a6e4b..05e0650022 100644 --- a/bitnami/clickhouse-operator/values.yaml +++ b/bitnami/clickhouse-operator/values.yaml @@ -109,7 +109,7 @@ image: clickHouseImage: registry: docker.io repository: bitnami/clickhouse - tag: 25.7.3-debian-12-r0 + tag: 25.7.4-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -136,7 +136,7 @@ clickHouseImage: keeperImage: registry: docker.io repository: bitnami/clickhouse-keeper - tag: 25.7.3-debian-12-r0 + tag: 25.7.4-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'