From fda5a85abeb936230adcfa45f2461a21d516e762 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 5 May 2025 18:13:38 +0200 Subject: [PATCH] [bitnami/clickhouse] Release 9.2.1 (#33281) * [bitnami/clickhouse] Release 9.2.1 updating components versions Signed-off-by: Bitnami Bot * Update CHANGELOG.md Signed-off-by: Bitnami Bot --------- Signed-off-by: Bitnami Bot --- bitnami/clickhouse/CHANGELOG.md | 6 +++++- bitnami/clickhouse/Chart.lock | 6 +++--- bitnami/clickhouse/Chart.yaml | 8 ++++---- bitnami/clickhouse/values.yaml | 4 ++-- 4 files changed, 14 insertions(+), 10 deletions(-) diff --git a/bitnami/clickhouse/CHANGELOG.md b/bitnami/clickhouse/CHANGELOG.md index 9c4985c7ea..33b36e4cfb 100644 --- a/bitnami/clickhouse/CHANGELOG.md +++ b/bitnami/clickhouse/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 9.2.1 (2025-05-01) + +* [bitnami/clickhouse] Release 9.2.1 ([#33281](https://github.com/bitnami/charts/pull/33281)) + ## 9.2.0 (2025-04-24) -* [bitnami/clickhouse] feat: add TLS support for communications with Keeper ([#33158](https://github.com/bitnami/charts/pull/33158)) +* [bitnami/clickhouse] feat: add TLS support for communications with Keeper (#33158) ([9cb93de](https://github.com/bitnami/charts/commit/9cb93de6a93117b06cc3644ef277cc496081ddb9)), closes [#33158](https://github.com/bitnami/charts/issues/33158) ## 9.1.3 (2025-04-23) diff --git a/bitnami/clickhouse/Chart.lock b/bitnami/clickhouse/Chart.lock index 0aebc8e416..3f1e88942e 100644 --- a/bitnami/clickhouse/Chart.lock +++ b/bitnami/clickhouse/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.30.0 -digest: sha256:46afdf79eae69065904d430f03f7e5b79a148afed20aa45ee83ba88adc036169 -generated: "2025-04-10T13:08:29.8186+02:00" + version: 2.30.2 +digest: sha256:85748f67a5f7d7b1d8e36608bb0aae580ed522f65e17def2ccc88a5285992445 +generated: "2025-05-01T13:16:31.905619888Z" diff --git a/bitnami/clickhouse/Chart.yaml b/bitnami/clickhouse/Chart.yaml index 00a1e43a18..b6c947756e 100644 --- a/bitnami/clickhouse/Chart.yaml +++ b/bitnami/clickhouse/Chart.yaml @@ -7,13 +7,13 @@ annotations: licenses: Apache-2.0 images: | - name: clickhouse - image: docker.io/bitnami/clickhouse:25.4.1-debian-12-r0 + image: docker.io/bitnami/clickhouse:25.4.2-debian-12-r0 - name: clickhouse-keeper - image: docker.io/bitnami/clickhouse-keeper:25.4.1-debian-12-r0 + image: docker.io/bitnami/clickhouse-keeper:25.4.2-debian-12-r0 - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r43 apiVersion: v2 -appVersion: 25.4.1 +appVersion: 25.4.2 dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts @@ -32,4 +32,4 @@ maintainers: name: clickhouse sources: - https://github.com/bitnami/charts/tree/main/bitnami/clickhouse -version: 9.2.0 +version: 9.2.1 diff --git a/bitnami/clickhouse/values.yaml b/bitnami/clickhouse/values.yaml index 84c9e66487..f6fb33e035 100644 --- a/bitnami/clickhouse/values.yaml +++ b/bitnami/clickhouse/values.yaml @@ -167,7 +167,7 @@ defaultInitContainers: image: registry: docker.io repository: bitnami/clickhouse - tag: 25.4.1-debian-12-r0 + tag: 25.4.2-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -950,7 +950,7 @@ keeper: image: registry: docker.io repository: bitnami/clickhouse-keeper - tag: 25.4.1-debian-12-r0 + tag: 25.4.2-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'