authentik/helm/Chart.yaml

18 lines
784 B
YAML
Raw Normal View History

2020-08-25 16:58:05 +01:00
apiVersion: v2
2020-12-05 21:08:42 +00:00
description: authentik is an open-source Identity Provider focused on flexibility and versatility. You can use authentik in an existing environment to add support for new protocols. authentik is also a great solution for implementing signup/recovery/etc in your application, so you don't have to deal with it.
name: authentik
home: https://goauthentik.io
2020-10-22 16:25:30 +01:00
sources:
2020-12-05 21:08:42 +00:00
- https://github.com/BeryJu/authentik
2021-02-10 19:47:33 +00:00
version: "2021.2.3-stable"
icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg
2020-08-25 16:58:05 +01:00
dependencies:
- name: postgresql
2020-09-15 11:36:09 +01:00
version: 9.4.1
repository: https://charts.bitnami.com/bitnami
condition: install.postgresql
- name: redis
2020-09-15 11:36:09 +01:00
version: 10.9.0
repository: https://charts.bitnami.com/bitnami
condition: install.redis