forked from helm/charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow statefulSet updates (helm#8527)
* CouchDB - Allow statefulSet updates This fixes CouchDB updates by removing Version part from StatefulSet lables, as Kubernetes don't allow updates to any other fields but 'replicas', 'template', and 'updateStrategy', and therefore updating CouchDB service would be impossible. - metadata.labels - spec.VolumeClaimTemplate.metadata.labels Signed-off-by: Stepan Stipl <stepan@stipl.net> * CouchDB - bump chart version to 0.3.0 Signed-off-by: Stepan Stipl <stepan@stipl.net> * CouchDB - Update StatefulSet labels Signed-off-by: Stepan Stipl <stepan@stipl.net> * Bump major version and describe upgrade process Signed-off-by: Stepan Stipl <stepan@stipl.net> Signed-off-by: Chaoran Yu <yuchaoran2011@gmail.com>
- Loading branch information
1 parent
1380020
commit 28c1935
Showing
3 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters