Skip to content

Commit

Permalink
use remote-cluster as subchart (#141)
Browse files Browse the repository at this point in the history
* use remote-cluster as subchart

* update license and general metadata

* bump subchart
  • Loading branch information
BeryJu committed Mar 22, 2023
1 parent fc75349 commit 7176f55
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 94 deletions.
12 changes: 9 additions & 3 deletions charts/authentik/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
apiVersion: v2
description: authentik is an open-source Identity Provider focused on flexibility and versatility
version: 2023.3.1
appVersion: 2023.3.1
name: authentik
description: authentik is an open-source Identity Provider focused on flexibility and versatility
type: application
home: https://goauthentik.io
sources:
- https://goauthentik.io/docs/
Expand All @@ -19,8 +22,6 @@ keywords:
- single-sign-on
- sp
- sso
version: 2023.3.1
appVersion: 2023.3.1
icon: https://goauthentik.io/img/icon.png
maintainers:
- name: authentik Team
Expand All @@ -38,6 +39,11 @@ dependencies:
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.2.0
- name: authentik-remote-cluster
repository: https://charts.goauthentik.io
version: 1.1.0
condition: serviceAccount.create
alias: serviceAccount
annotations:
artifacthub.io/changes: |
- kind: changed
Expand Down
1 change: 1 addition & 0 deletions charts/authentik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ redis:

| Repository | Name | Version |
|------------|------|---------|
| https://charts.goauthentik.io | serviceAccount(authentik-remote-cluster) | 1.0.3 |
| https://charts.goauthentik.io | postgresql | 10.16.2 |
| https://charts.goauthentik.io | redis | 15.7.6 |
| https://library-charts.k8s-at-home.com | common | 4.2.0 |
Expand Down
91 changes: 0 additions & 91 deletions charts/authentik/templates/rbac.yaml

This file was deleted.

0 comments on commit 7176f55

Please sign in to comment.