Skip to content

feat: Add artifacthub-repo.yml for verified publisher and version filtering - #624

Draft
lfrancke wants to merge 1 commit into
mainfrom
push-tkpsqnstkmov
Draft

feat: Add artifacthub-repo.yml for verified publisher and version filtering#624
lfrancke wants to merge 1 commit into
mainfrom
push-tkpsqnstkmov

Conversation

@lfrancke

@lfrancke lfrancke commented Aug 4, 2026

Copy link
Copy Markdown
Member

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.

…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.
# This excludes all dev/rc/pr charts.
ignore:
- name: {[ operator.name }]
version: '-(dev|rc|pr)'

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just checking, are we sure this doesn't do whole string matching? As in, they don't wrap that into a ^...$?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants