diff --git a/bitnami/clickhouse/CHANGELOG.md b/bitnami/clickhouse/CHANGELOG.md
index d5aaa3749c..205dac3b75 100644
--- a/bitnami/clickhouse/CHANGELOG.md
+++ b/bitnami/clickhouse/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 8.0.8 (2025-03-28)
+## 8.0.9 (2025-04-07)
-* [bitnami/clickhouse] Release 8.0.8 ([#32647](https://github.com/bitnami/charts/pull/32647))
+* [bitnami/clickhouse] Release 8.0.9 ([#32838](https://github.com/bitnami/charts/pull/32838))
+
+## 8.0.8 (2025-03-28)
+
+* [bitnami/clickhouse] Release 8.0.8 (#32647) ([70e2932](https://github.com/bitnami/charts/commit/70e293203a962fc57f56cee7bfc69820361cedd8)), closes [#32647](https://github.com/bitnami/charts/issues/32647)
## 8.0.7 (2025-03-20)
diff --git a/bitnami/clickhouse/Chart.lock b/bitnami/clickhouse/Chart.lock
index f2cefacc46..a5ce11c42b 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.7.4
+ version: 13.7.5
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.30.0
-digest: sha256:616e1a226cc640527e8790abc23b0044546c2a2deeaee9fc8c1d4e3043f404be
-generated: "2025-02-28T12:11:15.744292312Z"
+digest: sha256:2f62bcc671ad1350559cf406a932a6ff6761b1a3829482cdaaaef122a4b1115b
+generated: "2025-04-07T10:51:45.57674442Z"
diff --git a/bitnami/clickhouse/Chart.yaml b/bitnami/clickhouse/Chart.yaml
index ab53065244..92bf5ae095 100644
--- a/bitnami/clickhouse/Chart.yaml
+++ b/bitnami/clickhouse/Chart.yaml
@@ -7,9 +7,9 @@ annotations:
licenses: Apache-2.0
images: |
- name: clickhouse
- image: docker.io/bitnami/clickhouse:25.3.2-debian-12-r0
+ image: docker.io/bitnami/clickhouse:25.3.2-debian-12-r2
- name: os-shell
- image: docker.io/bitnami/os-shell:12-debian-12-r40
+ image: docker.io/bitnami/os-shell:12-debian-12-r41
apiVersion: v2
appVersion: 25.3.2
dependencies:
@@ -34,4 +34,4 @@ maintainers:
name: clickhouse
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse
-version: 8.0.8
+version: 8.0.9
diff --git a/bitnami/clickhouse/values.yaml b/bitnami/clickhouse/values.yaml
index 166a186dee..6011099c7d 100644
--- a/bitnami/clickhouse/values.yaml
+++ b/bitnami/clickhouse/values.yaml
@@ -92,7 +92,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/clickhouse
- tag: 25.3.2-debian-12-r0
+ tag: 25.3.2-debian-12-r2
digest: ""
## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -1000,7 +1000,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
- tag: 12-debian-12-r40
+ tag: 12-debian-12-r41
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.