diff --git a/.gitignore b/.gitignore index a3ad8169..e9a482e6 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,7 @@ testbin/* .vscode .DS_Store -examples/*/config*.yaml \ No newline at end of file +e2e-fixtures/*/config*.yaml + +/.direnv +.env diff --git a/artifacthub-repo.yml b/artifacthub-repo.yml new file mode 100644 index 00000000..a240919f --- /dev/null +++ b/artifacthub-repo.yml @@ -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: alex@ngrok.com + - name: bob + email: bob@ngrok.com + - name: kyle + email: kyle@ngrok.com + - name: stacks + email: stacks@ngrok.com + +# 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 diff --git a/ngrok-favicon.svg b/ngrok-favicon.svg new file mode 100644 index 00000000..3eb15d8f --- /dev/null +++ b/ngrok-favicon.svg @@ -0,0 +1,14 @@ + + + + Group 2 + Created with Sketch. + + + + + + + + + \ No newline at end of file