Skip to content

Commit 01f04c8

Browse files
committed
chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@2780a5a
Reference-to: stackabletech/operator-templating@2780a5a (Rollout of stackabletech/operator-templating#624)
1 parent 5fb7e55 commit 01f04c8

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

deploy/helm/artifacthub-repo.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
# Artifact Hub (AH) repository metadata.
3+
#
4+
# This is NOT part of the chart.
5+
# Artifact Hub reads it from a separate OCI artifact pushed to the chart repository under the special `artifacthub.io` tag:
6+
#
7+
# oras push oci.stackable.tech/sdp-charts/hbase-operator:artifacthub.io \
8+
# --config /dev/null:application/vnd.cncf.artifacthub.config.v1+yaml \
9+
# artifacthub-repo.yml:application/vnd.cncf.artifacthub.repository-metadata.layer.v1.yaml
10+
#
11+
# Reference: https://github.com/artifacthub/hub/blob/master/docs/metadata/artifacthub-repo.yml and https://artifacthub.io/docs/topics/repositories/#verified-publisher
12+
13+
# Enables the "Verified publisher" label in AH. Taken from the repository's card in
14+
# the Artifact Hub control panel. Not a secret.
15+
#
16+
# Every operator that gets this file has an ID. An operator without an Artifact Hub
17+
# repository excludes the file entirely via `ignored_files` in
18+
# config/repositories.yaml, the way druid does while it is being removed from SDP.
19+
repositoryID: 64f82a91-c7c7-4964-8115-c846436f139f
20+
21+
# Versions Artifact Hub should not index.
22+
# This excludes all dev/rc/pr charts.
23+
ignore:
24+
- name: hbase-operator
25+
version: '-(dev|rc|pr)'

nix/meta.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)