mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 15:10:15 +08:00
bitnami/zookeeper TLS enable for quorum added (#6742)
* TLS enable for quorum added It was missing the `enabled` for the quorum. * Update Chart.yaml * Update bitnami/zookeeper/Chart.yaml Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com> * Update bitnami/zookeeper/values.yaml Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com> * [bitnami/zookeeper] Update components versions Signed-off-by: Bitnami Containers <containers@bitnami.com> Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com> Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
@@ -21,4 +21,4 @@ name: zookeeper
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-zookeeper
|
||||
- https://zookeeper.apache.org/
|
||||
version: 7.0.2
|
||||
version: 7.0.3
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/zookeeper
|
||||
tag: 3.7.0-debian-10-r69
|
||||
tag: 3.7.0-debian-10-r70
|
||||
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -272,6 +272,10 @@ tls:
|
||||
truststorePassword: ''
|
||||
|
||||
quorum:
|
||||
## Enable TLS for quorum protocol
|
||||
##
|
||||
enabled: false
|
||||
|
||||
## Create self-signed TLS certificates. Currently only supports PEM certificates.
|
||||
##
|
||||
autoGenerated: false
|
||||
|
||||
Reference in New Issue
Block a user