Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions deploy/helm/artifacthub-repo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
# Artifact Hub (AH) repository metadata.
#
# This is NOT part of the chart.
# Artifact Hub reads it from a separate OCI artifact pushed to the chart repository under the special `artifacthub.io` tag:
#
# oras push oci.stackable.tech/sdp-charts/trino-operator:artifacthub.io \
# --config /dev/null:application/vnd.cncf.artifacthub.config.v1+yaml \
# artifacthub-repo.yml:application/vnd.cncf.artifacthub.repository-metadata.layer.v1.yaml
#
# Reference: https://github.com/artifacthub/hub/blob/master/docs/metadata/artifacthub-repo.yml and https://artifacthub.io/docs/topics/repositories/#verified-publisher

# Enables the "Verified publisher" label in AH. Taken from the repository's card in
# the Artifact Hub control panel. Not a secret.
#
# Every operator that gets this file has an ID. An operator without an Artifact Hub
# repository excludes the file entirely via `ignored_files` in
# config/repositories.yaml, the way druid does while it is being removed from SDP.
repositoryID: 02de1bee-270f-4d85-bc30-6e5d2288b2b7

# Versions Artifact Hub should not index.
# This excludes all dev/rc/pr charts.
ignore:
- name: trino-operator
version: '-(dev|rc|pr)'
2 changes: 1 addition & 1 deletion nix/meta.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading