diff --git a/bitnami/clickhouse/CHANGELOG.md b/bitnami/clickhouse/CHANGELOG.md
index 2900d3e224fc11..6be831b75eb0a1 100644
--- a/bitnami/clickhouse/CHANGELOG.md
+++ b/bitnami/clickhouse/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 6.2.18 (2024-08-21)
+## 6.2.19 (2024-08-22)
-* [bitnami/clickhouse] Release 6.2.18 ([#28956](https://github.com/bitnami/charts/pull/28956))
+* [bitnami/clickhouse] Release 6.2.19 ([#28981](https://github.com/bitnami/charts/pull/28981))
+
+## 6.2.18 (2024-08-21)
+
+* [bitnami/clickhouse] Release 6.2.18 (#28956) ([a2fa206](https://github.com/bitnami/charts/commit/a2fa20611929cdfba3b4afc64f1f89fb8977e1a9)), closes [#28956](https://github.com/bitnami/charts/issues/28956)
## 6.2.17 (2024-08-08)
diff --git a/bitnami/clickhouse/Chart.yaml b/bitnami/clickhouse/Chart.yaml
index bac443e916055f..1ac932a52078d4 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.8.1-debian-12-r0
+ image: docker.io/bitnami/clickhouse:24.8.2-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r27
- name: zookeeper
image: docker.io/bitnami/zookeeper:3.8.4-debian-12-r11
apiVersion: v2
-appVersion: 24.8.1
+appVersion: 24.8.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.18
+version: 6.2.19
diff --git a/bitnami/clickhouse/values.yaml b/bitnami/clickhouse/values.yaml
index 50a2719b9d9c22..df236604941403 100644
--- a/bitnami/clickhouse/values.yaml
+++ b/bitnami/clickhouse/values.yaml
@@ -87,7 +87,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/clickhouse
- tag: 24.8.1-debian-12-r0
+ tag: 24.8.2-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'