From 4c817e49f46faf737d63e3483489dbbaf75df4b1 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 10 Aug 2025 09:25:43 +0200 Subject: [PATCH] [bitnami/clickhouse] :zap: :arrow_up: Update dependency references (#35335) * [bitnami/clickhouse] Release 9.4.1 updating components versions Signed-off-by: Bitnami Bot * Update CHANGELOG.md Signed-off-by: Bitnami Bot * [bitnami/clickhouse] Release 9.4.1 updating components versions Signed-off-by: Bitnami Bot * Update CHANGELOG.md Signed-off-by: Bitnami Bot * [bitnami/clickhouse] Release 9.4.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.yaml | 10 +++++----- bitnami/clickhouse/values.yaml | 6 +++--- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/bitnami/clickhouse/CHANGELOG.md b/bitnami/clickhouse/CHANGELOG.md index 963f14787c..b34ae8b03b 100644 --- a/bitnami/clickhouse/CHANGELOG.md +++ b/bitnami/clickhouse/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 9.4.1 (2025-08-07) + +* [bitnami/clickhouse] :zap: :arrow_up: Update dependency references ([#35335](https://github.com/bitnami/charts/pull/35335)) + ## 9.4.0 (2025-07-25) -* [bitnami/clickhouse] feat: MySQL & PostgreSQL ports to be optionally exposed ([#35294](https://github.com/bitnami/charts/pull/35294)) +* [bitnami/clickhouse] feat: MySQL & PostgreSQL ports to be optionally exposed (#35294) ([bff9e31](https://github.com/bitnami/charts/commit/bff9e31d396d064fc9c7a0fbeda3bfecf999e1b2)), closes [#35294](https://github.com/bitnami/charts/issues/35294) ## 9.3.11 (2025-07-24) diff --git a/bitnami/clickhouse/Chart.yaml b/bitnami/clickhouse/Chart.yaml index 918b036527..5c73ae6089 100644 --- a/bitnami/clickhouse/Chart.yaml +++ b/bitnami/clickhouse/Chart.yaml @@ -5,15 +5,15 @@ annotations: category: Database images: | - name: clickhouse - image: docker.io/bitnami/clickhouse:25.6.5-debian-12-r0 + image: docker.io/bitnami/clickhouse:25.7.2-debian-12-r0 - name: clickhouse-keeper - image: docker.io/bitnami/clickhouse-keeper:25.6.5-debian-12-r0 + image: docker.io/bitnami/clickhouse-keeper:25.7.2-debian-12-r0 - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r49 + image: docker.io/bitnami/os-shell:12-debian-12-r50 licenses: Apache-2.0 tanzuCategory: service apiVersion: v2 -appVersion: 25.6.5 +appVersion: 25.7.2 dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts @@ -34,4 +34,4 @@ maintainers: name: clickhouse sources: - https://github.com/bitnami/charts/tree/main/bitnami/clickhouse -version: 9.4.0 +version: 9.4.1 diff --git a/bitnami/clickhouse/values.yaml b/bitnami/clickhouse/values.yaml index 38f5f6e189..d310942eac 100644 --- a/bitnami/clickhouse/values.yaml +++ b/bitnami/clickhouse/values.yaml @@ -101,7 +101,7 @@ defaultInitContainers: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r49 + tag: 12-debian-12-r50 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -167,7 +167,7 @@ defaultInitContainers: image: registry: docker.io repository: bitnami/clickhouse - tag: 25.6.5-debian-12-r0 + tag: 25.7.2-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -958,7 +958,7 @@ keeper: image: registry: docker.io repository: bitnami/clickhouse-keeper - tag: 25.6.5-debian-12-r0 + tag: 25.7.2-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'