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:
Navneet Nandan
2021-06-24 11:30:47 +02:00
committed by GitHub
parent 632dee0b4a
commit 30bbce8962
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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