mirror of
https://github.com/bitnami/charts.git
synced 2026-03-13 14:57:24 +08:00
bitnami/zookeeper - Upgrade notes for new version
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: zookeeper
|
||||
version: 2.2.4
|
||||
version: 3.0.0
|
||||
appVersion: 3.4.14
|
||||
description: A centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services for distributed applications.
|
||||
keywords:
|
||||
|
||||
@@ -155,6 +155,13 @@ See the [Configuration](#configuration) section to configure the PVC or to disab
|
||||
|
||||
## Upgrading
|
||||
|
||||
### To 3.0.0
|
||||
|
||||
This new version of the chart includes the new Zookeeper major version 3.5.5. Note that to perform an automatic upgrade
|
||||
of the application, each node will need to have at least one snapshot file created in the data directory. If not, the
|
||||
new version of the application won't be able to start the service. Please refer to [ZOOKEEPER-3056](https://issues.apache.org/jira/browse/ZOOKEEPER-3056)
|
||||
in order to find ways to workaround this issue in case you are facing it.
|
||||
|
||||
### To 2.0.0
|
||||
|
||||
Backwards compatibility is not guaranteed unless you modify the labels used on the chart's statefulsets.
|
||||
|
||||
Reference in New Issue
Block a user