diff --git a/incubator/cassandra/Chart.yaml b/incubator/cassandra/Chart.yaml index 3a3c584f09..cfe61bca7b 100644 --- a/incubator/cassandra/Chart.yaml +++ b/incubator/cassandra/Chart.yaml @@ -1,5 +1,5 @@ name: cassandra -version: 0.6.0 +version: 0.6.1 appVersion: 3 description: Apache Cassandra is a free and open-source distributed database management system designed to handle large amounts of data across many commodity servers, providing diff --git a/incubator/cassandra/README.md b/incubator/cassandra/README.md index cce45070e6..23a5dafcd5 100644 --- a/incubator/cassandra/README.md +++ b/incubator/cassandra/README.md @@ -116,7 +116,7 @@ The following table lists the configurable parameters of the Cassandra chart and | `readinessProbe.successThreshold` | Minimum consecutive successes for the probe to be considered successful after having failed. | `1` | | `readinessProbe.failureThreshold` | Minimum consecutive failures for the probe to be considered failed after having succeeded. | `3` | | `rbac.create` | Specifies whether RBAC resources should be created | `true` | -| `serviceAccount.create` | Specifies whether a ServiceAccount should be created | `false` | +| `serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` | | `serviceAccount.name` | The name of the ServiceAccount to use | | | `backup.enabled` | Enable backup on chart installation | `false` | | `backup.schedule` | Keyspaces to backup, each with cron time | |