diff --git a/bitnami/clickhouse-operator/CHANGELOG.md b/bitnami/clickhouse-operator/CHANGELOG.md
index f2a4928866..6162cb4040 100644
--- a/bitnami/clickhouse-operator/CHANGELOG.md
+++ b/bitnami/clickhouse-operator/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 0.2.8 (2025-05-26)
+## 0.2.9 (2025-05-29)
-* [bitnami/clickhouse-operator] :zap: :arrow_up: Update dependency references ([#33886](https://github.com/bitnami/charts/pull/33886))
+* [bitnami/clickhouse-operator] :zap: :arrow_up: Update dependency references ([#33962](https://github.com/bitnami/charts/pull/33962))
+
+## 0.2.8 (2025-05-26)
+
+* [bitnami/clickhouse-operator] :zap: :arrow_up: Update dependency references (#33886) ([65756e1](https://github.com/bitnami/charts/commit/65756e1de4b795d0219beb173c176b5d133d227f)), closes [#33886](https://github.com/bitnami/charts/issues/33886)
## 0.2.7 (2025-05-26)
diff --git a/bitnami/clickhouse-operator/Chart.yaml b/bitnami/clickhouse-operator/Chart.yaml
index c4541155a7..cf42edc218 100644
--- a/bitnami/clickhouse-operator/Chart.yaml
+++ b/bitnami/clickhouse-operator/Chart.yaml
@@ -5,7 +5,7 @@ annotations:
category: Database
images: |
- name: clickhouse
- image: docker.io/bitnami/clickhouse:25.5.1-debian-12-r0
+ image: docker.io/bitnami/clickhouse:25.5.1-debian-12-r1
- name: clickhouse-keeper
image: docker.io/bitnami/clickhouse-keeper:25.5.1-debian-12-r0
- name: clickhouse-operator
@@ -38,4 +38,4 @@ name: clickhouse-operator
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse-operator
- https://github.com/bitnami/containers/tree/main/bitnami/clickhouse-operator
-version: 0.2.8
+version: 0.2.9
diff --git a/bitnami/clickhouse-operator/values.yaml b/bitnami/clickhouse-operator/values.yaml
index a804c8506b..6a193565d3 100644
--- a/bitnami/clickhouse-operator/values.yaml
+++ b/bitnami/clickhouse-operator/values.yaml
@@ -109,7 +109,7 @@ image:
clickHouseImage:
registry: docker.io
repository: bitnami/clickhouse
- tag: 25.5.1-debian-12-r0
+ tag: 25.5.1-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'