From e574574d466f2b02eb8983d773625d5a01136e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 21 Nov 2018 17:08:11 +0100 Subject: [PATCH 1/2] Fix README --- bitnami/etcd/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/etcd/README.md b/bitnami/etcd/README.md index 7424c84f9..51356e14e 100644 --- a/bitnami/etcd/README.md +++ b/bitnami/etcd/README.md @@ -60,9 +60,9 @@ The following tables lists the configurable parameters of the etcd chart and the | `statefulset.replicaCount` | Number of etcd nodes | `1` | | `useConfigmap` | Switch to use the config map for etcd | `false` | | `allowNoneAuthentication` | Allow to use etcd without configuring RBAC authentication | `true` | -| `auth.rbac.enabled` | Switch to enable the etcd authentication. | `false` | -| `auth.rbac.rootPassword` | Password for the root user | `false` | -| `auth.rbac.existingSecret` | Name of the existing secret containing the root password | `false` | +| `auth.rbac.enabled` | Switch to enable the etcd authentication. | `true` | +| `auth.rbac.rootPassword` | Password for the root user | `nil` | +| `auth.rbac.existingSecret` | Name of the existing secret containing the root password | `nil` | | `auth.client.secureTransport` | Switch to encrypt client communication using TLS certificates | `false` | | `auth.client.useAutoTLS` | Switch to automatically create the TLS certificates | `false` | | `auth.client.enableAuthentication` | Switch to enable host authentication using TLS certificates. Requires existing secret. | `secret` | From bf25b0f814da06f12743a0ae853a5233f3eaa157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 21 Nov 2018 17:09:49 +0100 Subject: [PATCH 2/2] Bump chart version --- bitnami/etcd/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/etcd/Chart.yaml b/bitnami/etcd/Chart.yaml index ecead1217..9a11b1763 100644 --- a/bitnami/etcd/Chart.yaml +++ b/bitnami/etcd/Chart.yaml @@ -1,5 +1,5 @@ name: etcd -version: 1.3.0 +version: 1.3.1 appVersion: 3.3.10 description: etcd is a distributed key value store that provides a reliable way to store data across a cluster of machines keywords: