Publish Chart on tag #13
Reference in New Issue
Block a user
No description provided.
Delete Branch "refs/pull/13/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Note: Chart.yaml needs to have chart version modified (it won't use tag value at all)
Fixes #1
Do I understand correctly, that the newest Release is only pushed, if we set a new tag to the master branch?
But since the tag is not used in the actual release name and helm does not have checks for this, could it be possible that an old release might be overwritten or does s3 complain about something like that?
The tag could also be on a different branch, but as drone doesn't know how to run specific events when the Chart value changes (well a drone extension could be written, but that is out of scope) so I use tag as that event (we should be git tagging version anyway)
Yes, an old release may be overwritten, so we need to ensure those that tag releases also align the tags with Chart.yaml value.
I think we can merge this at first and improve the CI process step by step.