Skip to content

Commit

Permalink
docs: add more upgrading notes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilchhofer committed Mar 17, 2021
1 parent f44eb51 commit 35e2317
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/chartmuseum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -761,3 +761,6 @@ helm delete --purge my-chartmuseum
* When you are using object storage for persistence (instead of a PVC), you can simply uninstall your helm v2 release and perform a fresh installation with helm v3 without using the `2to3` plugin.
* We now follow the official Kubernetes [label recommendations](https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/).
To upgrade an existing installation, please **add the `--force` parameter** to the `helm upgrade` command or **delete the Deployment resource** before you upgrade. This is necessary becase Deployment's label selector is immutable.
* Renamed parameters
* `deployment.schedulerName` was renamed to `schedulerName`
* `replica.annotations` was renamed to `podAnnotations`

0 comments on commit 35e2317

Please sign in to comment.