From fa558bee5811297d3159d38c1348b1e0e8a2da90 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Fri, 14 Aug 2026 20:20:46 +0000 Subject: [PATCH] chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@2780a5ae4854dd10734a72fb1c6a3822798c9607 Reference-to: stackabletech/operator-templating@2780a5a (Rollout of https://github.com/stackabletech/operator-templating/pull/624) --- deploy/helm/artifacthub-repo.yml | 25 +++++++++++++++++++++++++ nix/meta.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 deploy/helm/artifacthub-repo.yml diff --git a/deploy/helm/artifacthub-repo.yml b/deploy/helm/artifacthub-repo.yml new file mode 100644 index 00000000..e2e000e9 --- /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/hdfs-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: 2d19d362-65c5-47ab-b04a-217b5bd32f2c + +# Versions Artifact Hub should not index. +# This excludes all dev/rc/pr charts. +ignore: + - name: hdfs-operator + version: '-(dev|rc|pr)' diff --git a/nix/meta.json b/nix/meta.json index 4ef14787..38e4621e 100644 --- a/nix/meta.json +++ b/nix/meta.json @@ -1 +1 @@ -{"operator": {"name": "hdfs-operator", "pretty_string": "Apache HDFS", "product_string": "hdfs", "url": "stackabletech/hdfs-operator.git", "chart_description": "Kubernetes operator for Apache Hadoop HDFS. Deploy and run HDFS NameNodes, DataNodes and JournalNodes with the Stackable Data Platform (SDP).", "keywords": ["apache-hadoop", "hadoop", "hdfs", "storage", "kubernetes", "operator", "big-data"]}} +{"operator": {"name": "hdfs-operator", "pretty_string": "Apache HDFS", "product_string": "hdfs", "url": "stackabletech/hdfs-operator.git", "artifacthub_repository_id": "2d19d362-65c5-47ab-b04a-217b5bd32f2c", "chart_description": "Kubernetes operator for Apache Hadoop HDFS. Deploy and run HDFS NameNodes, DataNodes and JournalNodes with the Stackable Data Platform (SDP).", "keywords": ["apache-hadoop", "hadoop", "hdfs", "storage", "kubernetes", "operator", "big-data"]}}