Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRAFT: add an adhoc chart-releaser #242

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 12, 2022

  1. add an adhoc chart-releaser that is triggered by the /release-adhoc

    … issue comment
    
    This allows for releasing (in an adhoc fashion) from a branch. Unfortunately the behavior and how this will work for non-devel releases is not super well-defined. If chart-releaser adds support for filtering to only certain releases, that would be helpful to make this safer: helm/chart-releaser#196
    
    In particular, it is most concerning if chart A moves to `--devel` version on the `dev` branch, chart B moves to a newer version on `main`, and then CI runs based on a `/release-adhoc` comment. It would also be concerning if chart A or chart B move to a newer version on a branch and then publish a "non-devel" version from the branch.
    
    It requires being an `OWNER` on the repository, although it is unclear if this correlates to `ADMIN` privileges within the organization.
    colearendt committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e18d9e9 View commit details
    Browse the repository at this point in the history