-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #332 from ngrok/bob/artifacthub-repo
add artifacthub-repo.yml to gh-pages
- Loading branch information
Showing
3 changed files
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,7 @@ testbin/* | |
.vscode | ||
.DS_Store | ||
|
||
examples/*/config*.yaml | ||
e2e-fixtures/*/config*.yaml | ||
|
||
/.direnv | ||
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.