From 8d10ce1b1da1be63d6c1f9d26584ef31a2ac6aee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= Date: Tue, 25 May 2021 15:34:27 +0200 Subject: [PATCH] Add this repository to ArtifactHub and fix maintainers. (#27) * Add this repository to ArtifactHub and fix maintainers. * fix: update Nick's email to nicholas.meves@gmail.com. --- README.md | 4 +++- artifacthub-repo.yml | 10 ++++++++++ helm/oauth2-proxy/Chart.yaml | 10 +++++++--- 3 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 artifacthub-repo.yml diff --git a/README.md b/README.md index f7274fbb..3e129d73 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ For hosting manifests to allow for the deployment of OAuth2-Proxy/OAuth2-Proxy ## Helm Chart -__repository:__ https://oauth2-proxy.github.io/manifests +[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/oauth2-proxy)](https://artifacthub.io/packages/search?repo=oauth2-proxy) + +__repository:__ https://oauth2-proxy.github.io/manifests __name:__ oauth2-proxy diff --git a/artifacthub-repo.yml b/artifacthub-repo.yml new file mode 100644 index 00000000..611b02f9 --- /dev/null +++ b/artifacthub-repo.yml @@ -0,0 +1,10 @@ +# Artifact Hub repository metadata file +repositoryID: 84a61f0d-c836-4a44-91ab-9c60748748df +owners: +- name: desaintmartin + email: cedric@desaintmartin.fr +- name: JoelSpeed + email: joel.speed@hotmail.co.uk +- name: NickMeves + email: nicholas.meves@gmail.com +- name: tlawrie diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index 69208ec5..15265c9c 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: oauth2-proxy -version: 3.2.11 +version: 3.2.12 apiVersion: v2 appVersion: 5.1.0 home: https://oauth2-proxy.github.io/oauth2-proxy/ @@ -22,8 +22,12 @@ sources: - https://github.com/oauth2-proxy/oauth2-proxy - https://github.com/oauth2-proxy/manifests maintainers: -- email: cedric@desaintmartin.fr - name: desaintmartin +- name: desaintmartin + email: cedric@desaintmartin.fr - name: tlawrie +- name: NickMeves + email: nicholas.meves@gmail.com +- name: JoelSpeed + email: joel.speed@hotmail.co.uk engine: gotpl kubeVersion: ">=1.9.0-0"