-
Notifications
You must be signed in to change notification settings - Fork 17
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
Release jobs are triggered for renovate bot PRs #574
Comments
There's 2 issues in play: A. chart releaser incorrecly re-releases things with suffic
B. We look if there's new charts under ExamplesFor example, the following PR: #542
Same for the following PR: #567
Merged: #575 ResultA seems incorrect for rcs,alphas,betas. We can open an issue in chart-releaser. This will stop the re-release of those, but doesn't solve our problem with B. For B, we need to be aware on when do we have a real release at hand, to push to OCI registry on our own. This could be achieved by dropping the usage of the helm/chart-releaser-action GHA, and doing on our own:
|
Example PR: chore(deps): update actions/checkout action to v4.2.2
Release job: https://github.com/kubewarden/helm-charts/actions/runs/11551186609
E2E tests: https://github.com/kubewarden/helm-charts/actions/runs/11551207278
The text was updated successfully, but these errors were encountered: