feat: Add artifacthub-repo.yml for verified publisher and version filtering - #624
Draft
lfrancke wants to merge 1 commit into
Draft
feat: Add artifacthub-repo.yml for verified publisher and version filtering#624lfrancke wants to merge 1 commit into
lfrancke wants to merge 1 commit into
Conversation
…tering Artifact Hub reads this file from a special `artifacthub.io` tag on the chart's OCI repository, not from the chart itself. repositoryID enables the Verified publisher label. And using the "ignore" thing we can keep dev, rc and PR tags out of AH.
NickLarsenNZ
reviewed
Aug 5, 2026
| # This excludes all dev/rc/pr charts. | ||
| ignore: | ||
| - name: {[ operator.name }] | ||
| version: '-(dev|rc|pr)' |
Member
There was a problem hiding this comment.
Just checking, are we sure this doesn't do whole string matching? As in, they don't wrap that into a ^...$?
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Artifact Hub reads this file from a special
artifacthub.iotag on the chart's OCI repository, not from the chart itself. repositoryID enables the Verified publisher label.And using the "ignore" thing we can keep dev, rc and PR tags out of AH.