semantic-release-helm
semantic-release-helm copied to clipboard
Make patching of Chart.yaml completely optional
Helm charts can be published based only in Git version tags without need to parch Chart.yaml at all.
Examples
- Helm < 3.7, https://github.com/eshepelyuk/apicurio-registry-helm/blob/main/.releaserc.yaml
- Helm >= 3.7, https://github.com/schemahero/schemahero-helm/blob/main/.releaserc.yaml
So, this plugin should allow skip changing Chart.yaml at all, when chart version maintained exclusively via tag tags.