-
Notifications
You must be signed in to change notification settings - Fork 3.8k
feat(helm): publish the chart to GHCR as a signed OCI artifact #7563
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
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
1d064dc
feat(helm): publish the chart to GHCR as a signed OCI artifact
waleedlatif1 41b71eb
fix(helm): fail closed on registry lookup errors and pin documented i…
waleedlatif1 163c917
chore(helm): harden the chart workflow against zizmor and document co…
waleedlatif1 3c0d190
fix(helm): push Artifact Hub metadata from helm/ so the layer title m…
waleedlatif1 2b33120
fix(helm): categorise the chart for Artifact Hub
waleedlatif1 4352ce7
feat(helm): also publish the chart to a classic HTTP repo
waleedlatif1 52eaa9a
docs(helm): document the Helm repository now that charts.sim.ai serves
waleedlatif1 3df1903
docs(self-hosting): install from the published chart, not a checkout
waleedlatif1 cde982d
docs(helm): audit the chart documentation against the chart
waleedlatif1 a04715a
fix(helm): track the app release in appVersion, and enforce it
waleedlatif1 8dbe976
fix(helm): fail the appVersion check only when it lags, not on any mi…
waleedlatif1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| # Artifact Hub repository metadata for the Sim chart. | ||
| # | ||
| # Lives outside `helm/sim/` on purpose: it describes the *repository* rather | ||
| # than the chart, so it must not be packaged into the `.tgz`, and a change to it | ||
| # must not trip the chart's mandatory Chart.yaml version bump. | ||
| # | ||
| # The publish job pushes this file to the OCI registry under the reserved | ||
| # `artifacthub.io` tag, which is where Artifact Hub looks for it: | ||
| # ghcr.io/simstudioai/charts/sim:artifacthub.io | ||
| # | ||
| # `owners` is what backs an ownership claim — Artifact Hub matches the email of | ||
| # the requesting account against this list, and processes claims immediately | ||
| # rather than waiting for the next repository scan. | ||
| owners: | ||
| - name: Sim Team | ||
| email: help@sim.ai | ||
|
|
||
| # Set this to the repository's Artifact Hub ID once the repository has been | ||
| # registered at https://artifacthub.io/control-panel/repositories. It is what | ||
| # turns on the "Verified Publisher" badge; until then the listing still works, | ||
| # just unverified. | ||
| # repositoryID: "" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.