From b25b4604d9609384f8dfaa2a8a10efb0ae8e144f Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 22 May 2025 23:30:44 +0200 Subject: [PATCH] [bitnami/clickhouse-operator] :zap: :arrow_up: Update dependency references (#33847) * [bitnami/clickhouse-operator] Release 0.2.6 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 | 12 ++++++++++-- bitnami/clickhouse-operator/Chart.yaml | 6 +++--- bitnami/clickhouse-operator/values.yaml | 4 ++-- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/bitnami/clickhouse-operator/CHANGELOG.md b/bitnami/clickhouse-operator/CHANGELOG.md index e0b2ed411b..2f715a2acc 100644 --- a/bitnami/clickhouse-operator/CHANGELOG.md +++ b/bitnami/clickhouse-operator/CHANGELOG.md @@ -1,8 +1,16 @@ # Changelog -## 0.2.4 (2025-05-16) +## 0.2.6 (2025-05-22) -* [clickhouse-operator] ci: remove hack on runtime parameters ([#33753](https://github.com/bitnami/charts/pull/33753)) +* [bitnami/clickhouse-operator] :zap: :arrow_up: Update dependency references ([#33847](https://github.com/bitnami/charts/pull/33847)) + +## 0.2.5 (2025-05-20) + +* [bitnami/clickhouse-operator] :zap: :arrow_up: Update dependency references (#33799) ([b6deded](https://github.com/bitnami/charts/commit/b6deded029c34ce30819a60474734a4d256f6800)), closes [#33799](https://github.com/bitnami/charts/issues/33799) + +## 0.2.4 (2025-05-16) + +* [clickhouse-operator] ci: remove hack on runtime parameters (#33753) ([7edc66f](https://github.com/bitnami/charts/commit/7edc66f61983d7a91f692d7c881b82d8086845a0)), closes [#33753](https://github.com/bitnami/charts/issues/33753) ## 0.2.3 (2025-05-15) diff --git a/bitnami/clickhouse-operator/Chart.yaml b/bitnami/clickhouse-operator/Chart.yaml index 5f35dffa9b..11fc87fce1 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.4.5-debian-12-r0 + image: docker.io/bitnami/clickhouse:25.5.1-debian-12-r0 - name: clickhouse-keeper - image: docker.io/bitnami/clickhouse-keeper:25.4.5-debian-12-r0 + image: docker.io/bitnami/clickhouse-keeper:25.5.1-debian-12-r0 - 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.5 +version: 0.2.6 diff --git a/bitnami/clickhouse-operator/values.yaml b/bitnami/clickhouse-operator/values.yaml index a2c1866040..c6416ea07d 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.4.5-debian-12-r0 + tag: 25.5.1-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.4.5-debian-12-r0 + tag: 25.5.1-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'