semantic-release-helm icon indicating copy to clipboard operation
semantic-release-helm copied to clipboard

Make patching of Chart.yaml completely optional

Open eshepelyuk opened this issue 4 years ago • 3 comments

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.

eshepelyuk avatar Sep 29 '21 03:09 eshepelyuk