-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add Helm chart OCI release to GH automation #340
Add Helm chart OCI release to GH automation #340
Conversation
6651e31
to
65f6b82
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for also updating the RELEASE docs.
How does charts.jetstack.io get updated, if not by a PR?
/approve
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not yet fully automated, but the initial automation is this: https://github.com/jetstack/jetstack-charts/pull/378
The goal is to run this automation periodically.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wallrj The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1 similar comment
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wallrj The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Tim Ramlot <[email protected]>
2b84a96
to
2147324
Compare
New changes are detected. LGTM label has been removed. |
/hold |
Signed-off-by: Tim Ramlot <[email protected]>
2147324
to
d9b7298
Compare
New changes are detected. LGTM label has been removed. |
Adds logic for pushing the Helm chart to an OCI registry (and adding a non-v-prefixed tag)
See cert-manager/makefile-modules#219 for more info.