Skip to content

Commit 8d10ce1

Browse files
Add this repository to ArtifactHub and fix maintainers. (#27)
* Add this repository to ArtifactHub and fix maintainers. * fix: update Nick's email to [email protected].
1 parent 2665514 commit 8d10ce1

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ For hosting manifests to allow for the deployment of OAuth2-Proxy/OAuth2-Proxy
44

55
## Helm Chart
66

7-
__repository:__ https://oauth2-proxy.github.io/manifests
7+
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/oauth2-proxy)](https://artifacthub.io/packages/search?repo=oauth2-proxy)
8+
9+
__repository:__ https://oauth2-proxy.github.io/manifests
810
__name:__ oauth2-proxy
911

1012

artifacthub-repo.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Artifact Hub repository metadata file
2+
repositoryID: 84a61f0d-c836-4a44-91ab-9c60748748df
3+
owners:
4+
- name: desaintmartin
5+
6+
- name: JoelSpeed
7+
8+
- name: NickMeves
9+
10+
- name: tlawrie

helm/oauth2-proxy/Chart.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oauth2-proxy
2-
version: 3.2.11
2+
version: 3.2.12
33
apiVersion: v2
44
appVersion: 5.1.0
55
home: https://oauth2-proxy.github.io/oauth2-proxy/
@@ -22,8 +22,12 @@ sources:
2222
- https://github.com/oauth2-proxy/oauth2-proxy
2323
- https://github.com/oauth2-proxy/manifests
2424
maintainers:
25-
- email: cedric@desaintmartin.fr
26-
name: desaintmartin
25+
- name: desaintmartin
26+
email: cedric@desaintmartin.fr
2727
- name: tlawrie
28+
- name: NickMeves
29+
30+
- name: JoelSpeed
31+
2832
engine: gotpl
2933
kubeVersion: ">=1.9.0-0"

0 commit comments

Comments
 (0)