diff --git a/bitnami/clickhouse-operator/CHANGELOG.md b/bitnami/clickhouse-operator/CHANGELOG.md
index d139a70e9c..2451b32920 100644
--- a/bitnami/clickhouse-operator/CHANGELOG.md
+++ b/bitnami/clickhouse-operator/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 0.2.10 (2025-05-30)
+## 0.2.11 (2025-06-03)
-* [bitnami/clickhouse-operator] :zap: :arrow_up: Update dependency references ([#34002](https://github.com/bitnami/charts/pull/34002))
+* [bitnami/clickhouse-operator] :zap: :arrow_up: Update dependency references ([#34066](https://github.com/bitnami/charts/pull/34066))
+
+## 0.2.10 (2025-05-30)
+
+* [bitnami/clickhouse-operator] :zap: :arrow_up: Update dependency references (#34002) ([4589c8b](https://github.com/bitnami/charts/commit/4589c8b2114274049a15f414d58d0d23937b2707)), closes [#34002](https://github.com/bitnami/charts/issues/34002)
## 0.2.9 (2025-05-29)
diff --git a/bitnami/clickhouse-operator/Chart.yaml b/bitnami/clickhouse-operator/Chart.yaml
index 2820292786..ce710e242f 100644
--- a/bitnami/clickhouse-operator/Chart.yaml
+++ b/bitnami/clickhouse-operator/Chart.yaml
@@ -5,9 +5,9 @@ annotations:
category: Database
images: |
- name: clickhouse
- image: docker.io/bitnami/clickhouse:25.5.1-debian-12-r2
+ image: docker.io/bitnami/clickhouse:25.5.2-debian-12-r0
- name: clickhouse-keeper
- image: docker.io/bitnami/clickhouse-keeper:25.5.1-debian-12-r0
+ image: docker.io/bitnami/clickhouse-keeper:25.5.2-debian-12-r0
- name: clickhouse-operator
image: docker.io/bitnami/clickhouse-operator:0.25.0-debian-12-r0
- name: clickhouse-operator-metrics-exporter
@@ -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.10
+version: 0.2.11
diff --git a/bitnami/clickhouse-operator/values.yaml b/bitnami/clickhouse-operator/values.yaml
index 1d83ba3a18..bb036ca3c3 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-r2
+ tag: 25.5.2-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -136,7 +136,7 @@ clickHouseImage:
keeperImage:
registry: docker.io
repository: bitnami/clickhouse-keeper
- tag: 25.5.1-debian-12-r0
+ tag: 25.5.2-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'