Skip to content

Commit

Permalink
Merge pull request #1820 from consideRatio/pr/maintainers-for-artifac…
Browse files Browse the repository at this point in the history
…thub

Add maintainers / owners to register with Artifact Hub
  • Loading branch information
consideRatio committed Oct 18, 2020
2 parents 32eca37 + ff431f8 commit be1a3d2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions artifacthub-repo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Artifact Hub repository metadata file
# repositoryID: The ID of the Artifact Hub repository where the packages will be published to (optional, but it enables verified publisher)
owners: # (optional, used to claim repository ownership)
- name: Erik Sundell
email: erik@sundellopensource.se
- name: Simon Li
email: orpheus+devel@gmail.com
10 changes: 10 additions & 0 deletions jupyterhub/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Chart.yaml v1 reference: https://v2.helm.sh/docs/developing_charts/#the-chart-yaml-file
# Chart.yaml v2 reference: https://helm.sh/docs/topics/charts/#the-chartyaml-file
apiVersion: v1
name: jupyterhub
version: 0.0.1-set.by.chartpress
Expand All @@ -9,3 +11,11 @@ sources:
icon: https://jupyter.org/assets/hublogo.svg
kubeVersion: '>=1.11.0-0'
tillerVersion: '>=2.11.0-0'
maintainers:
# Since it is a requirement of Artifact Hub to have specific maintainers
# listed, we have added some below, but in practice the entire JupyterHub team
# contributes to the maintenance of this Helm chart.
- name: Erik Sundell
email: erik@sundellopensource.se
- name: Simon Li
url: https://github.com/manics/

0 comments on commit be1a3d2

Please sign in to comment.