Skip to content

Commit

Permalink
Merge pull request #392 from bo0tzz/renovate/authentik-2023.x
Browse files Browse the repository at this point in the history
chore(deps): update helm release authentik to v2023.10.6
  • Loading branch information
bo0tzz authored Jan 10, 2024
2 parents eca98d3 + 10db9d6 commit 3ac1970
Showing 1 changed file with 40 additions and 23 deletions.
63 changes: 40 additions & 23 deletions infrastructure/auth/authentik.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: authentik
version: 2023.5.1
version: 2023.10.6
sourceRef:
kind: HelmRepository
name: authentik
Expand All @@ -30,28 +30,6 @@ spec:
- *host
secretName: authentik-web-tls

envFrom:
- secretRef:
name: authentik-secret

envValueFrom:
AUTHENTIK_POSTGRESQL__HOST:
secretKeyRef:
name: authentik-postgres-authentik
key: HOST
AUTHENTIK_POSTGRESQL__NAME:
secretKeyRef:
name: authentik-postgres-authentik
key: DATABASE_NAME
AUTHENTIK_POSTGRESQL__USER:
secretKeyRef:
name: authentik-postgres-authentik
key: LOGIN
AUTHENTIK_POSTGRESQL__PASSWORD:
secretKeyRef:
name: authentik-postgres-authentik
key: PASSWORD

authentik:
log_level: trace
email:
Expand All @@ -70,3 +48,42 @@ spec:
create: true
serviceMonitor:
create: true


valuesFrom:
- kind: Secret
name: &secret authentik-secret
valuesKey: AUTHENTIK_SECRET_KEY
targetPath: authentik.secret_key
- kind: Secret
name: *secret
valuesKey: AUTHENTIK_EMAIL__HOST
targetPath: authentik.email.host
- kind: Secret
name: *secret
valuesKey: AUTHENTIK_EMAIL__USERNAME
targetPath: authentik.email.username
- kind: Secret
name: *secret
valuesKey: AUTHENTIK_EMAIL__PASSWORD
targetPath: authentik.email.password
- kind: Secret
name: *secret
valuesKey: AUTHENTIK_EMAIL__FROM
targetPath: authentik.email.from
- kind: Secret
name: &db-secret authentik-postgres-authentik
valuesKey: HOST
targetPath: authentik.postgresql.host
- kind: Secret
name: *db-secret
valuesKey: LOGIN
targetPath: authentik.postgresql.user
- kind: Secret
name: *db-secret
valuesKey: PASSWORD
targetPath: authentik.postgresql.password
- kind: Secret
name: *db-secret
valuesKey: DATABASE_NAME
targetPath: authentik.postgresql.name

0 comments on commit 3ac1970

Please sign in to comment.