You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/05/10 09:49:54 UTC

[GitHub] [couchdb-helm] colearendt commented on issue #62: Run checks for chart version metadata update as GH Action

colearendt commented on issue #62:
URL: https://github.com/apache/couchdb-helm/issues/62#issuecomment-1122172553

   Worth noting that the `helm` project has some nice CI tooling available:
   - [chart-testing-action](https://github.com/helm/chart-testing-action)
   - [chart-releaser-action](https://github.com/helm/chart-releaser-action)
   - (as well as the CLIs that make it possible / easy to use)
   
   In practice, it has the benefit of avoiding the `make publish` requirement, and will fail if version conflicts, etc. automatically on your behalf.
   
   It is worth noting that it does have a bit of a different deployment mechanism: using GitHub Releases rather than a directory of tarballs in the repository itself.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org