diff --git a/bitnami/zookeeper/CHANGELOG.md b/bitnami/zookeeper/CHANGELOG.md
index 04269744f0..1a52de078c 100644
--- a/bitnami/zookeeper/CHANGELOG.md
+++ b/bitnami/zookeeper/CHANGELOG.md
@@ -1,8 +1,14 @@
# Changelog
-## 13.7.4 (2025-02-27)
+## 13.7.5 (2025-03-29)
-* [bitnami/zookeeper] Release 13.7.4 ([#32204](https://github.com/bitnami/charts/pull/32204))
+* [bitnami/zookeeper] Release 13.7.5 ([#32680](https://github.com/bitnami/charts/pull/32680))
+
+## 13.7.4 (2025-02-27)
+
+* [bitnami/*] Use CDN url for the Bitnami Application Icons (#31881) ([d9bb11a](https://github.com/bitnami/charts/commit/d9bb11a9076b9bfdcc70ea022c25ef50e9713657)), closes [#31881](https://github.com/bitnami/charts/issues/31881)
+* [bitnami/zookeeper] Release 13.7.4 (#32204) ([db53e62](https://github.com/bitnami/charts/commit/db53e622ecf1be5a78d1ce683cec8baa41110fa3)), closes [#32204](https://github.com/bitnami/charts/issues/32204)
+* Update copyright year (#31682) ([e9f02f5](https://github.com/bitnami/charts/commit/e9f02f5007068751f7eb2270fece811e685c99b6)), closes [#31682](https://github.com/bitnami/charts/issues/31682)
## 13.7.3 (2025-01-28)
diff --git a/bitnami/zookeeper/Chart.yaml b/bitnami/zookeeper/Chart.yaml
index b00b089bfe..31c58b4a1e 100644
--- a/bitnami/zookeeper/Chart.yaml
+++ b/bitnami/zookeeper/Chart.yaml
@@ -7,9 +7,9 @@ annotations:
licenses: Apache-2.0
images: |
- name: os-shell
- image: docker.io/bitnami/os-shell:12-debian-12-r39
+ image: docker.io/bitnami/os-shell:12-debian-12-r40
- name: zookeeper
- image: docker.io/bitnami/zookeeper:3.9.3-debian-12-r8
+ image: docker.io/bitnami/zookeeper:3.9.3-debian-12-r10
apiVersion: v2
appVersion: 3.9.3
dependencies:
@@ -29,4 +29,4 @@ maintainers:
name: zookeeper
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/zookeeper
-version: 13.7.4
+version: 13.7.5
diff --git a/bitnami/zookeeper/values.yaml b/bitnami/zookeeper/values.yaml
index f99d2d8196..a7d3fbcff2 100644
--- a/bitnami/zookeeper/values.yaml
+++ b/bitnami/zookeeper/values.yaml
@@ -92,7 +92,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/zookeeper
- tag: 3.9.3-debian-12-r8
+ tag: 3.9.3-debian-12-r10
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -776,7 +776,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
- tag: 12-debian-12-r39
+ tag: 12-debian-12-r40
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.