Add blurb about mandatory Chart versioning

Signed-off-by: jmeridth <jmeridth@gmail.com>
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
jmeridth 2023-01-20 01:23:56 -06:00
parent a59f56fffe
commit 5aea0143b9
No known key found for this signature in database
GPG key ID: 246606CF636B3F68

View file

@ -17,6 +17,10 @@ Any breaking changes to a chart (backwards incompatible) require:
* Bump of the current Major version of the chart * Bump of the current Major version of the chart
* State possible manual changes for this chart version in the `Upgrading` section of the chart's `README.md.gotmpl` * State possible manual changes for this chart version in the `Upgrading` section of the chart's `README.md.gotmpl`
### Chart Versioning
Currently we require a chart version bump for every change to a chart, including updating information for older verions. This may change in the future.
### Updating a chart README.md ### Updating a chart README.md
When updating the `README.md.gotmpl` inside a chart directory you must to run the `helm-docs` script to generate the updated `README.md` file. To reiterate, you should not edit the `README.md` file manually. It will be generated by the following command: When updating the `README.md.gotmpl` inside a chart directory you must to run the `helm-docs` script to generate the updated `README.md` file. To reiterate, you should not edit the `README.md` file manually. It will be generated by the following command: