rancher / charts-build-scripts

Apache License 2.0
9 stars 32 forks source link

Provide ability to easily update annotations / kubeVersion for already released charts #63

Closed aiyengar2 closed 2 years ago

aiyengar2 commented 3 years ago

Charts that are already released need to be able to update rancher-min-version / rancher-max-version / kubeVersions in a way that is compatible with our current CI.

make validate currently does not allow for any changes to be made to already released charts. Therefore, we need some sort of workaround in order to be able to bypass CI for these changes so that it still passes when only those specific fields in the Chart.yaml are changed.

Epic Issue: https://github.com/rancher/charts-build-scripts/issues/60