mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Removes alpha annotations for affinity and storage class. These are replaced with beta feilds. Removes configuration map. This causes conflicts when helm delete is used charts that depend on zookeeper as a client. Also, in Kubernetes 1.7, it will be possible to perform rolling configuration updates on StatefulSets that embed configuration in the manifest. Adds a service for clients to detect a running ZooKeeper instance. This is useful for dependent charts and client applications to connect their ZooKeeper clients directly to any running instance of the ensemble. Increments Chart version to 0.3.0. Updates connection notes to include connnection information in for the client service. * Modifies README to reflect all pods as running and fix typo Corrects service name of StatefulSet