Skip to content

Commit

Permalink
[bitnami/etcd] Update chart version and README
Browse files Browse the repository at this point in the history
Signed-off-by: Khoi Pham <[email protected]>
  • Loading branch information
pckhoi committed Dec 26, 2024
1 parent efbc84d commit 7b4ae08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bitnami/etcd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ maintainers:
name: etcd
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/etcd
version: 10.7.1
version: 11.0.0
1 change: 0 additions & 1 deletion bitnami/etcd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ If you encounter errors when working with persistent volumes, refer to our [trou
| `auth.peer.caFilename` | Name of the file containing the peer CA certificate | `""` |
| `autoCompactionMode` | Auto compaction mode, by default periodic. Valid values: "periodic", "revision". | `""` |
| `autoCompactionRetention` | Auto compaction retention for mvcc key value store in hour, by default 0, means disabled | `""` |
| `initialClusterState` | Initial cluster state. Allowed values: 'new' or 'existing' | `""` |
| `initialClusterToken` | Initial cluster token. Can be used to protect etcd from cross-cluster-interaction, which might corrupt the clusters. | `etcd-cluster-k8s` |
| `logLevel` | Sets the log level for the etcd process. Allowed values: 'debug', 'info', 'warn', 'error', 'panic', 'fatal' | `info` |
| `maxProcs` | Limits the number of operating system threads that can execute user-level | `""` |
Expand Down

0 comments on commit 7b4ae08

Please sign in to comment.