From 7351bd621f6c3affd2a7b479c09901c71c2010b6 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 12 Aug 2025 15:35:23 +0200 Subject: [PATCH] [bitnami/clickhouse-operator] :zap: :arrow_up: Update dependency references (#35762) * [bitnami/clickhouse-operator] Release 0.2.29 updating components versions Signed-off-by: Bitnami Bot * Update CHANGELOG.md Signed-off-by: Bitnami Bot * [bitnami/clickhouse-operator] Release 0.2.29 updating components versions Signed-off-by: Bitnami Bot --------- Signed-off-by: Bitnami Bot --- bitnami/clickhouse-operator/Chart.yaml | 6 +++--- bitnami/clickhouse-operator/values.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/clickhouse-operator/Chart.yaml b/bitnami/clickhouse-operator/Chart.yaml index ba04607bb1..df6d916a92 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.2-debian-12-r0 + image: docker.io/bitnami/clickhouse:25.7.3-debian-12-r0 - name: clickhouse-keeper - image: docker.io/bitnami/clickhouse-keeper:25.7.2-debian-12-r0 + image: docker.io/bitnami/clickhouse-keeper:25.7.3-debian-12-r0 - name: clickhouse-operator image: docker.io/bitnami/clickhouse-operator:0.25.3-debian-12-r0 - 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.28 +version: 0.2.29 diff --git a/bitnami/clickhouse-operator/values.yaml b/bitnami/clickhouse-operator/values.yaml index 988bddd0d3..e304e8b615 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.2-debian-12-r0 + tag: 25.7.3-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.2-debian-12-r0 + tag: 25.7.3-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'