-
-
Notifications
You must be signed in to change notification settings - Fork 286
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
feat: Add release charts workflow #1140
Conversation
Signed-off-by: Ludovic Ortega <[email protected]>
Signed-off-by: Ludovic Ortega <[email protected]>
Signed-off-by: Ludovic Ortega <[email protected]>
Signed-off-by: Ludovic Ortega <[email protected]>
Signed-off-by: Ludovic Ortega <[email protected]>
Signed-off-by: Ludovic Ortega <[email protected]>
Signed-off-by: Ludovic Ortega <[email protected]>
Signed-off-by: Ludovic Ortega <[email protected]>
Signed-off-by: Ludovic Ortega <[email protected]>
b004da7
to
56b5c67
Compare
Signed-off-by: Ludovic Ortega <[email protected]>
@djjudas21 could you please review this too? |
It's not letting me give an actual review as I don't have write access on the repo, but I've been through the commits and it looks good to me 👌 |
Signed-off-by: Ludovic Ortega <[email protected]>
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.
Looks good to me
@gauthier-th any comments?
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.
Unfortunately, GitHub only allows CODEOWNERS with write access to the repository. |
Signed-off-by: Ludovic Ortega <[email protected]>
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.
LGTM
For the codeowners thing, we'll ping you to ask you to review any changes related to the Helm chart.
🎉 This PR is included in version 2.3.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Description
Add a Helm chart release workflow. All charts will be signed using keyless signing (with Cosign) and published to
ghcr.io
with the image name<chart name>-chart
to avoid conflicts with the Jellyseerr Docker image.The ArtifactHub configuration file will also be signed and pushed to the registry.
You can see an example in my fork :
TO DO
ArtifactHub is a CNCF project—a web-based application for discovering, installing, and publishing packages. Using ArtifactHub will help new users find this Helm chart and provide greater visibility for the project.
artifacthub-repo.yml
file in this PR inside the chart folder:Documentation: ArtifactHub Verified Publisher Guide
Issues Fixed or Closed