chore: add the Artifact Hub repository ID and badge - #80
Merged
Conversation
The listing is registered, so the release workflow can now push artifacthub-repo.yml as an OCI layer instead of skipping it, which is what earns the verified-publisher badge. Registered as slauger-crashloop-operator, since the unprefixed name was already taken by an unrelated project. That name appears only in the Artifact Hub URL; the chart name and the install command are unchanged. Adds the badge to the README alongside the existing four. Signed-off-by: Simon Lauger <simon@lauger.de>
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.
Summary
The Artifact Hub listing is registered, so
repositoryIDis filled in. The release workflow now pushesartifacthub-repo.ymlas an OCI layer instead of skipping it, which is what earns the verified-publisher badge.Registered as
slauger-crashloop-operator: the unprefixed name was already taken by an unrelated project whose listing is still live and serving charts, so it was not available. That name appears only in the Artifact Hub URL. The chart name, the OCI path and the install command are all unchanged.Adds the Artifact Hub badge to the README alongside the existing four, matching the badge row in openvox-operator.
Test plan
slauger-crashloop-operator, and the search link returns HTTP 200, so the registration is live and the badge will not render broken.make cipasses.Note
The listing has nothing in it until the first release publishes the chart to
oci://ghcr.io/slauger/charts/crashloop-operator. The badge will show the repository until then.