From d29cf9d7c5dd128a864b7b484635c945a6451041 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 13 Jun 2024 18:00:49 +0200 Subject: [PATCH] [bitnami/clickhouse] Release 6.2.5 (#27155) * [bitnami/clickhouse] Release 6.2.5 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/clickhouse/CHANGELOG.md | 8 ++++++-- bitnami/clickhouse/Chart.lock | 8 ++++---- bitnami/clickhouse/Chart.yaml | 6 +++--- bitnami/clickhouse/values.yaml | 2 +- 4 files changed, 14 insertions(+), 10 deletions(-) diff --git a/bitnami/clickhouse/CHANGELOG.md b/bitnami/clickhouse/CHANGELOG.md index bab4294935..da0a2b5b5c 100644 --- a/bitnami/clickhouse/CHANGELOG.md +++ b/bitnami/clickhouse/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 6.2.4 (2024-06-06) +## 6.2.5 (2024-06-13) -* [bitnami/clickhouse] Release 6.2.4 ([#26937](https://github.com/bitnami/charts/pull/26937)) +* [bitnami/clickhouse] Release 6.2.5 ([#27155](https://github.com/bitnami/charts/pull/27155)) + +## 6.2.4 (2024-06-06) + +* [bitnami/clickhouse] Release 6.2.4 (#26937) ([bb285d0](https://github.com/bitnami/charts/commit/bb285d054bc3b8aaf4db8fbee1e08745bc0f64a8)), closes [#26937](https://github.com/bitnami/charts/issues/26937) ## 6.2.3 (2024-06-05) diff --git a/bitnami/clickhouse/Chart.lock b/bitnami/clickhouse/Chart.lock index 81b3ca776f..6bf97b97aa 100644 --- a/bitnami/clickhouse/Chart.lock +++ b/bitnami/clickhouse/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: zookeeper repository: oci://registry-1.docker.io/bitnamicharts - version: 13.4.1 + version: 13.4.3 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.20.0 -digest: sha256:e0f4cff91ea41cda29982a361c322d630321afe0f2e2a43ef3086bd1a27db421 -generated: "2024-06-06T15:03:29.832453914Z" + version: 2.20.2 +digest: sha256:91abdda7ef45989afd2f128c57e4d4a885272b1745731028e950b29fa90e4a70 +generated: "2024-06-13T15:15:10.906146073Z" diff --git a/bitnami/clickhouse/Chart.yaml b/bitnami/clickhouse/Chart.yaml index bc8626207c..63c9c4c380 100644 --- a/bitnami/clickhouse/Chart.yaml +++ b/bitnami/clickhouse/Chart.yaml @@ -6,13 +6,13 @@ annotations: licenses: Apache-2.0 images: | - name: clickhouse - image: docker.io/bitnami/clickhouse:24.5.1-debian-12-r0 + image: docker.io/bitnami/clickhouse:24.5.2-debian-12-r0 - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r22 - name: zookeeper image: docker.io/bitnami/zookeeper:3.8.4-debian-12-r7 apiVersion: v2 -appVersion: 24.5.1 +appVersion: 24.5.2 dependencies: - condition: zookeeper.enabled name: zookeeper @@ -35,4 +35,4 @@ maintainers: name: clickhouse sources: - https://github.com/bitnami/charts/tree/main/bitnami/clickhouse -version: 6.2.4 +version: 6.2.5 diff --git a/bitnami/clickhouse/values.yaml b/bitnami/clickhouse/values.yaml index 190949d7df..103ed5692d 100644 --- a/bitnami/clickhouse/values.yaml +++ b/bitnami/clickhouse/values.yaml @@ -85,7 +85,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/clickhouse - tag: 24.5.1-debian-12-r0 + tag: 24.5.2-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'