mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 16:17:21 +08:00
[bitnami/zookeeper] Release 13.8.1 (#33224)
* [bitnami/zookeeper] Release 13.8.1 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 13.8.0 (2025-04-02)
|
||||
## 13.8.1 (2025-04-28)
|
||||
|
||||
* [bitnami/zookeeper] Set `usePasswordFiles=true` by default ([#32780](https://github.com/bitnami/charts/pull/32780))
|
||||
* [bitnami/zookeeper] Release 13.8.1 ([#33224](https://github.com/bitnami/charts/pull/33224))
|
||||
|
||||
## 13.8.0 (2025-04-07)
|
||||
|
||||
* [bitnami/zookeeper] Set `usePasswordFiles=true` by default (#32780) ([f8d5d0c](https://github.com/bitnami/charts/commit/f8d5d0c2ff7b843f9364e0a956081fff2820fed1)), closes [#32780](https://github.com/bitnami/charts/issues/32780)
|
||||
|
||||
## <small>13.7.5 (2025-03-29)</small>
|
||||
|
||||
|
||||
@@ -7,9 +7,9 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r40
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r43
|
||||
- name: zookeeper
|
||||
image: docker.io/bitnami/zookeeper:3.9.3-debian-12-r10
|
||||
image: docker.io/bitnami/zookeeper:3.9.3-debian-12-r15
|
||||
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.8.0
|
||||
version: 13.8.1
|
||||
|
||||
@@ -95,7 +95,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/zookeeper
|
||||
tag: 3.9.3-debian-12-r10
|
||||
tag: 3.9.3-debian-12-r15
|
||||
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-r40
|
||||
tag: 12-debian-12-r43
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user