infrastructure/flux/cluster/apps/authentik/helm-release.yaml
Renovate Bot b0cddcd70c
All checks were successful
continuous-integration/drone/push Build is passing
chore(deps): update helm values ghcr.io/goauthentik/server to v2022.6.2
2022-06-08 00:05:59 +02:00

48 lines
1 KiB
YAML

apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: authentik
namespace: authentik
spec:
interval: 1m0s
chart:
spec:
# renovate: registryUrl=https://charts.goauthentik.io
chart: authentik
version: 2022.6.1
sourceRef:
kind: HelmRepository
name: authentik-charts
namespace: flux-system
interval: 5m
valuesFrom:
- kind: Secret
name: authentik
valuesKey: secret_key
targetPath: authentik.secret_key
optional: false
values:
image:
repository: ghcr.io/goauthentik/server
tag: 2022.6.2
authentik:
error_reporting:
enabled: true
postgresql:
host: "database.olympus"
name: "authentik"
user: "authentik"
redis:
enabled: true
architecture: standalone
auth:
enabled: false
ingress:
enabled: true
ingressClassName: "traefik"
hosts:
- host: id.0x76.dev
paths:
- path: "/"
pathType: Prefix