conjur-oss-helm-chart icon indicating copy to clipboard operation
conjur-oss-helm-chart copied to clipboard

Helm pipeline runs `helm package` on tags and auto-adds the artifact to a GitHub release

Open izgeri opened this issue 4 years ago • 1 comments

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

izgeri avatar Jun 18 '20 19:06 izgeri

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.

izgeri avatar Jun 18 '20 20:06 izgeri