diff --git a/deploy/helm/artifacthub-repo.yml b/deploy/helm/artifacthub-repo.yml new file mode 100644 index 00000000..fa434036 --- /dev/null +++ b/deploy/helm/artifacthub-repo.yml @@ -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/nifi-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: e0f40fc2-895b-4bbf-9446-91a47035d858 + +# Versions Artifact Hub should not index. +# This excludes all dev/rc/pr charts. +ignore: + - name: nifi-operator + version: '-(dev|rc|pr)' diff --git a/nix/meta.json b/nix/meta.json index 85e98068..00630a8a 100644 --- a/nix/meta.json +++ b/nix/meta.json @@ -1 +1 @@ -{"operator": {"name": "nifi-operator", "pretty_string": "Apache NiFi", "product_string": "nifi", "url": "stackabletech/nifi-operator.git", "chart_description": "Kubernetes operator for Apache NiFi. Deploy and run NiFi clusters with the Stackable Data Platform (SDP).", "keywords": ["apache-nifi", "nifi", "dataflow", "etl", "kubernetes", "operator", "big-data"]}} +{"operator": {"name": "nifi-operator", "pretty_string": "Apache NiFi", "product_string": "nifi", "url": "stackabletech/nifi-operator.git", "artifacthub_repository_id": "e0f40fc2-895b-4bbf-9446-91a47035d858", "chart_description": "Kubernetes operator for Apache NiFi. Deploy and run NiFi clusters with the Stackable Data Platform (SDP).", "keywords": ["apache-nifi", "nifi", "dataflow", "etl", "kubernetes", "operator", "big-data"]}}