conjur-oss-helm-chart
conjur-oss-helm-chart copied to clipboard
Helm pipeline runs `helm package` on tags and auto-adds the artifact to a GitHub release
AC:
- [ ] There is a github action to auto-package the helm chart on tags
- [ ] There is a github action to auto-publish github releases on tags, and the releases include the helm package
Note: there is already a package action in this project that does the first part of this card, but it outputs the package to package/conjur-oss-{version}.tgz
and uploads package/
to the action artifacts. Ideally it would just upload conjur-oss-{version}.tgz
so that this tarball could be auto-added to the github release directly - this minor modification may be needed as part of this card.