From fbd81f2056733ba8239a983e4192a9375e413922 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 10 Jul 2025 19:35:03 +0200 Subject: [PATCH] [bitnami/clickhouse-operator] :zap: :arrow_up: Update dependency references (#34994) * [bitnami/clickhouse-operator] Release 0.2.22 updating components versions Signed-off-by: Bitnami Bot * Update CHANGELOG.md Signed-off-by: Bitnami Bot * Update CRDs automatically Signed-off-by: Bitnami Bot * [bitnami/clickhouse-operator] Release 0.2.22 updating components versions Signed-off-by: Bitnami Bot --------- Signed-off-by: Bitnami Bot --- bitnami/clickhouse-operator/Chart.yaml | 12 ++++++------ bitnami/clickhouse-operator/values.yaml | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bitnami/clickhouse-operator/Chart.yaml b/bitnami/clickhouse-operator/Chart.yaml index b731bb378d..a545041612 100644 --- a/bitnami/clickhouse-operator/Chart.yaml +++ b/bitnami/clickhouse-operator/Chart.yaml @@ -5,16 +5,16 @@ annotations: category: Database images: | - name: clickhouse - image: docker.io/bitnami/clickhouse:25.6.2-debian-12-r0 + image: docker.io/bitnami/clickhouse:25.6.3-debian-12-r0 - name: clickhouse-keeper - image: docker.io/bitnami/clickhouse-keeper:25.6.2-debian-12-r0 + image: docker.io/bitnami/clickhouse-keeper:25.6.3-debian-12-r0 - name: clickhouse-operator - image: docker.io/bitnami/clickhouse-operator:0.25.1-debian-12-r1 + image: docker.io/bitnami/clickhouse-operator:0.25.2-debian-12-r0 - name: clickhouse-operator-metrics-exporter - image: docker.io/bitnami/clickhouse-operator-metrics-exporter:0.25.1-debian-12-r1 + image: docker.io/bitnami/clickhouse-operator-metrics-exporter:0.25.2-debian-12-r0 licenses: Apache-2.0 apiVersion: v2 -appVersion: 0.25.1 +appVersion: 0.25.2 dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts @@ -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.21 +version: 0.2.22 diff --git a/bitnami/clickhouse-operator/values.yaml b/bitnami/clickhouse-operator/values.yaml index 59d8c2202b..3773a4dff6 100644 --- a/bitnami/clickhouse-operator/values.yaml +++ b/bitnami/clickhouse-operator/values.yaml @@ -82,7 +82,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/clickhouse-operator - tag: 0.25.1-debian-12-r1 + tag: 0.25.2-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -109,7 +109,7 @@ image: clickHouseImage: registry: docker.io repository: bitnami/clickhouse - tag: 25.6.2-debian-12-r0 + tag: 25.6.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.6.2-debian-12-r0 + tag: 25.6.3-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -658,7 +658,7 @@ metrics: image: registry: docker.io repository: bitnami/clickhouse-operator-metrics-exporter - tag: 0.25.1-debian-12-r1 + tag: 0.25.2-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'