rancher / charts-build-scripts

Apache License 2.0
9 stars 32 forks source link

Fix error message on modifying versions of existing charts and add additional docs #72

Closed aiyengar2 closed 2 years ago

aiyengar2 commented 2 years ago

Validation should not pass if a chart that exists in upstream is removed and an entry does not exist in the release.yaml for it.

Since this use case will occur often for pre-release charts (e.g. on transitioning 0.1.2-rc3 -> 0.1.2-rc4), I added additional docs on it as well for what needs to be done.