Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / platform / components / oauth2-proxy / components / oauth2-proxy / Chart.yaml
1 name: onap-oauth2-proxy
2 version: 6.10.1
3 apiVersion: v2
4 appVersion: 7.4.0
5 home: https://oauth2-proxy.github.io/oauth2-proxy/
6 description: A reverse proxy that provides authentication with Google, Github or other providers
7 keywords:
8   - kubernetes
9   - oauth
10   - oauth2
11   - authentication
12   - google
13   - github
14   - redis
15 dependencies:
16   - name: redis
17     version: ~16.13.2
18     repository: https://charts.bitnami.com/bitnami
19     alias: redis
20     condition: redis.enabled
21   - name: common
22     version: ~13.x-0
23     repository: '@local'
24   - name: repositoryGenerator
25     version: ~13.x-0
26     repository: '@local'
27
28 sources:
29   - https://github.com/oauth2-proxy/oauth2-proxy
30   - https://github.com/oauth2-proxy/manifests
31 maintainers:
32   - name: desaintmartin
33     email: cedric@desaintmartin.fr
34   - name: tlawrie
35   - name: NickMeves
36     email: nicholas.meves@gmail.com
37   - name: JoelSpeed
38     email: joel.speed@hotmail.co.uk
39   - name: pierluigilenoci
40     email: pierluigi.lenoci@gmail.com
41 kubeVersion: ">=1.9.0-0"