diff --git a/bitnami/zookeeper/CHANGELOG.md b/bitnami/zookeeper/CHANGELOG.md index d7e89bb558..0566465da1 100644 --- a/bitnami/zookeeper/CHANGELOG.md +++ b/bitnami/zookeeper/CHANGELOG.md @@ -1,8 +1,13 @@ # Changelog -## 13.8.3 (2025-05-28) +## 13.8.4 (2025-06-27) -* [bitnami/zookeeper] :zap: :arrow_up: Update dependency references ([#33935](https://github.com/bitnami/charts/pull/33935)) +* [bitnami/zookeeper] :zap: :arrow_up: Update dependency references ([#34692](https://github.com/bitnami/charts/pull/34692)) + +## 13.8.3 (2025-05-28) + +* [bitnami/kubeapps] Deprecation followup (#33579) ([77e312c](https://github.com/bitnami/charts/commit/77e312c1772d4d7c4dc5d3ac0e80f4e452e3a062)), closes [#33579](https://github.com/bitnami/charts/issues/33579) +* [bitnami/zookeeper] :zap: :arrow_up: Update dependency references (#33935) ([eaf105d](https://github.com/bitnami/charts/commit/eaf105d596e48bf78bd4547e12be30aca7deb2e3)), closes [#33935](https://github.com/bitnami/charts/issues/33935) ## 13.8.2 (2025-05-06) diff --git a/bitnami/zookeeper/Chart.yaml b/bitnami/zookeeper/Chart.yaml index ade2e723e9..129bbf154f 100644 --- a/bitnami/zookeeper/Chart.yaml +++ b/bitnami/zookeeper/Chart.yaml @@ -5,9 +5,9 @@ annotations: category: Infrastructure images: | - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r45 + image: docker.io/bitnami/os-shell:12-debian-12-r47 - name: zookeeper - image: docker.io/bitnami/zookeeper:3.9.3-debian-12-r16 + image: docker.io/bitnami/zookeeper:3.9.3-debian-12-r19 licenses: Apache-2.0 tanzuCategory: clusterUtility apiVersion: v2 @@ -30,4 +30,4 @@ maintainers: name: zookeeper sources: - https://github.com/bitnami/charts/tree/main/bitnami/zookeeper -version: 13.8.3 +version: 13.8.4 diff --git a/bitnami/zookeeper/values.yaml b/bitnami/zookeeper/values.yaml index 3183a540a3..f6b00050f0 100644 --- a/bitnami/zookeeper/values.yaml +++ b/bitnami/zookeeper/values.yaml @@ -95,7 +95,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/zookeeper - tag: 3.9.3-debian-12-r16 + tag: 3.9.3-debian-12-r19 digest: "" ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -779,7 +779,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r45 + tag: 12-debian-12-r47 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.