Skip to content

Commit

Permalink
Merge pull request #332 from ngrok/bob/artifacthub-repo
Browse files Browse the repository at this point in the history
add artifacthub-repo.yml to gh-pages
  • Loading branch information
bobzilladev authored Jan 9, 2024
2 parents 3341bad + 68a5c67 commit 93cfee2
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ testbin/*
.vscode
.DS_Store

examples/*/config*.yaml
e2e-fixtures/*/config*.yaml

/.direnv
.env
26 changes: 26 additions & 0 deletions artifacthub-repo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Artifact Hub repository metadata file
#
# Some settings like the verified publisher flag or the ignored packages won't
# be applied until the next time the repository is processed. Please keep in
# mind that the repository won't be processed if it has not changed since the
# last time it was processed. Depending on the repository kind, this is checked
# in a different way. For Helm http based repositories, we consider it has
# changed if the `index.yaml` file changes. For git based repositories, it does
# when the hash of the last commit in the branch you set up changes. This does
# NOT apply to ownership claim operations, which are processed immediately.
#
repositoryID: bfc11d95-2bad-4270-9285-0ca3ad61ef1a
owners: # (optional, used to claim repository ownership)
- name: alex
email: [email protected]
- name: bob
email: [email protected]
- name: kyle
email: [email protected]
- name: stacks
email: [email protected]

# ignore the old name ngrok-ingress-controller,
# the current name is kubernetes-ingress-controller
ignore: # (optional, packages that should not be indexed by Artifact Hub)
- name: ngrok-ingress-controller
14 changes: 14 additions & 0 deletions ngrok-favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 93cfee2

Please sign in to comment.