cyberark / conjur-oss-helm-chart

Helm chart for deploying Conjur OSS to Kubernetes
Apache License 2.0
28 stars 24 forks source link

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

Open izgeri opened 4 years ago

izgeri commented 4 years ago

AC:

izgeri commented 4 years ago

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.