18 lines
783 B
YAML
18 lines
783 B
YAML
apiVersion: v2
|
|
description: passbook is an open-source Identity Provider focused on flexibility and versatility. You can use passbook in an existing environment to add support for new protocols. passbook is also a great solution for implementing signup/recovery/etc in your application, so you don't have to deal with it.
|
|
name: passbook
|
|
home: https://passbook.beryju.org
|
|
sources:
|
|
- https://github.com/BeryJu/passbook
|
|
version: "0.12.7-stable"
|
|
icon: https://raw.githubusercontent.com/BeryJu/passbook/master/docs/images/logo.svg
|
|
dependencies:
|
|
- name: postgresql
|
|
version: 9.4.1
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: install.postgresql
|
|
- name: redis
|
|
version: 10.9.0
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: install.redis
|