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: 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` |