28070ef56f
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/goauthentik/ldap](https://goauthentik.io) ([source](https://redirect.github.com/goauthentik/authentik)) | patch | `37e74a1` → `91f982a` | | [ghcr.io/goauthentik/proxy](https://goauthentik.io) ([source](https://redirect.github.com/goauthentik/authentik)) | patch | `c5d9471` → `e371869` | | [ghcr.io/goauthentik/radius](https://goauthentik.io) ([source](https://redirect.github.com/goauthentik/authentik)) | patch | `242fa39` → `9c745bf` | | [ghcr.io/goauthentik/server](https://goauthentik.io) ([source](https://redirect.github.com/goauthentik/authentik)) | patch | `40f0df7` → `7806ae1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9hdXRoZW50aWsiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
500 lines
11 KiB
YAML
500 lines
11 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: ghcr.io/goauthentik/server
|
|
tag: 2026.2.3@sha256:7806ae1ae3423624fe90331e8b3dcca0afc155fac890c696dd92ddac6dc3a384
|
|
pullPolicy: IfNotPresent
|
|
geoipImage:
|
|
repository: ghcr.io/maxmind/geoipupdate
|
|
tag: v7.1.1@sha256:faecdca22579730ab0b7dea5aa9af350bb3c93cb9d39845c173639ead30346d2
|
|
pullPolicy: IfNotPresent
|
|
ldapImage:
|
|
repository: ghcr.io/goauthentik/ldap
|
|
tag: 2026.2.3@sha256:91f982a01cf78291d142071e4d03fb18fcfbb47d6166c53fcf96ca17d3eb3c54
|
|
pullPolicy: IfNotPresent
|
|
radiusImage:
|
|
repository: ghcr.io/goauthentik/radius
|
|
tag: 2026.2.3@sha256:9c745bf3c11fc965b1a7cf6a8f2565ffafa0d25b0ffea173b9d0fae2d032fc9b
|
|
pullPolicy: IfNotPresent
|
|
proxyImage:
|
|
repository: ghcr.io/goauthentik/proxy
|
|
tag: 2026.2.3@sha256:e37186957e16a956e078302af73ced7045c956fcd2574107b4acdb6f929e4d36
|
|
pullPolicy: IfNotPresent
|
|
authentik:
|
|
credentials:
|
|
# Only works on initial install
|
|
email: my-mail@example.com
|
|
password: my-password
|
|
# Optional, only set if you want to use it
|
|
bootstrapToken: ""
|
|
general:
|
|
disableUpdateCheck: false
|
|
disableStartupAnalytics: true
|
|
allowUserChangeName: true
|
|
allowUserChangeEmail: true
|
|
allowUserChangeUsername: true
|
|
overwriteDefaultBlueprints: false
|
|
gdprCompliance: true
|
|
tokenLength: 128
|
|
impersonation: true
|
|
avatars:
|
|
- gravatar
|
|
- initials
|
|
footerLinks:
|
|
- name: Authentik
|
|
href: https://goauthentik.io
|
|
email:
|
|
host: ""
|
|
port: 587
|
|
username:
|
|
password:
|
|
useTLS: true
|
|
useSSL: false
|
|
timeout: 10
|
|
from: ""
|
|
ldap:
|
|
tlsCiphers: "null"
|
|
taskTimeoutHours: 2
|
|
logging:
|
|
# info, debug, warning, error, trace
|
|
logLevel: info
|
|
errorReporting:
|
|
enabled: false
|
|
sendPII: false
|
|
environment: customer
|
|
sentryDSN: ""
|
|
geoip:
|
|
enabled: false
|
|
# Ignored if enabled is true
|
|
# If enabled is false, and this is true, the
|
|
# built-in GeoIP database will be wiped
|
|
wipeBuiltInDb: false
|
|
editionID: GeoLite2-City
|
|
frequency: 8
|
|
accountID: ""
|
|
licenseKey: ""
|
|
outposts:
|
|
proxy:
|
|
enabled: false
|
|
token: ""
|
|
radius:
|
|
enabled: false
|
|
token: ""
|
|
ldap:
|
|
enabled: false
|
|
token: ""
|
|
# ===== DO NOT EDIT BELOW THIS LINE =====
|
|
workload:
|
|
# ===== Server =====
|
|
main:
|
|
enabled: true
|
|
type: Deployment
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
enabled: true
|
|
primary: true
|
|
imageSelector: image
|
|
securityContext:
|
|
runAsUser: 1000
|
|
runAsGroup: 1000
|
|
# readOnlyRootFilesystem: false
|
|
envFrom:
|
|
- configMapRef:
|
|
name: server
|
|
- secretRef:
|
|
name: server-worker
|
|
- configMapRef:
|
|
name: server-worker
|
|
args:
|
|
- server
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- /lifecycle/ak
|
|
- healthcheck
|
|
readiness:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- /lifecycle/ak
|
|
- healthcheck
|
|
startup:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- /lifecycle/ak
|
|
- healthcheck
|
|
# ===== Worker =====
|
|
worker:
|
|
enabled: true
|
|
type: Deployment
|
|
podSpec:
|
|
containers:
|
|
worker:
|
|
enabled: true
|
|
primary: true
|
|
imageSelector: image
|
|
securityContext:
|
|
runAsUser: 1000
|
|
runAsGroup: 1000
|
|
# readOnlyRootFilesystem: false
|
|
envFrom:
|
|
- secretRef:
|
|
name: server-worker
|
|
- configMapRef:
|
|
name: server-worker
|
|
args:
|
|
- worker
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- /lifecycle/ak
|
|
- healthcheck
|
|
readiness:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- /lifecycle/ak
|
|
- healthcheck
|
|
startup:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- /lifecycle/ak
|
|
- healthcheck
|
|
# ===== PROXY =====
|
|
proxy:
|
|
enabled: true
|
|
type: Deployment
|
|
podSpec:
|
|
containers:
|
|
proxy:
|
|
enabled: true
|
|
primary: true
|
|
imageSelector: proxyImage
|
|
securityContext:
|
|
runAsUser: 1000
|
|
runAsGroup: 1000
|
|
envFrom:
|
|
- configMapRef:
|
|
name: proxy
|
|
- secretRef:
|
|
name: proxy
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- /proxy
|
|
- healthcheck
|
|
readiness:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- /proxy
|
|
- healthcheck
|
|
startup:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- /proxy
|
|
- healthcheck
|
|
# ===== RADIUS =====
|
|
radius:
|
|
enabled: true
|
|
type: Deployment
|
|
podSpec:
|
|
containers:
|
|
radius:
|
|
enabled: true
|
|
primary: true
|
|
imageSelector: radiusImage
|
|
securityContext:
|
|
runAsUser: 1000
|
|
runAsGroup: 1000
|
|
envFrom:
|
|
- configMapRef:
|
|
name: radius
|
|
- secretRef:
|
|
name: radius
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- /radius
|
|
- healthcheck
|
|
readiness:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- /radius
|
|
- healthcheck
|
|
startup:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- /radius
|
|
- healthcheck
|
|
# ===== LDAP =====
|
|
ldap:
|
|
enabled: true
|
|
type: Deployment
|
|
podSpec:
|
|
containers:
|
|
ldap:
|
|
enabled: true
|
|
primary: true
|
|
imageSelector: ldapImage
|
|
securityContext:
|
|
runAsUser: 1000
|
|
runAsGroup: 1000
|
|
envFrom:
|
|
- configMapRef:
|
|
name: ldap
|
|
- secretRef:
|
|
name: ldap
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- /ldap
|
|
- healthcheck
|
|
readiness:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- /ldap
|
|
- healthcheck
|
|
startup:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- /ldap
|
|
- healthcheck
|
|
# ===== GeoIP Updater =====
|
|
geoip:
|
|
enabled: true
|
|
type: Deployment
|
|
podSpec:
|
|
containers:
|
|
geoip:
|
|
enabled: true
|
|
primary: true
|
|
imageSelector: geoipImage
|
|
securityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
capabilities:
|
|
disableS6Caps: true
|
|
envFrom:
|
|
- configMapRef:
|
|
name: geoip
|
|
- secretRef:
|
|
name: geoip
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
service:
|
|
# Server HTTPS
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: https
|
|
port: 10229
|
|
# Server HTTP
|
|
http:
|
|
enabled: true
|
|
type: ClusterIP
|
|
ports:
|
|
http:
|
|
enabled: true
|
|
protocol: http
|
|
port: 10230
|
|
# Proxy
|
|
proxy:
|
|
enabled: true
|
|
targetSelector: proxy
|
|
ports:
|
|
http:
|
|
enabled: true
|
|
protocol: http
|
|
port: 10227
|
|
targetSelector: proxy
|
|
https:
|
|
enabled: true
|
|
protocol: https
|
|
port: 10228
|
|
targetSelector: proxy
|
|
# Radius
|
|
radius:
|
|
enabled: true
|
|
targetSelector: radius
|
|
ports:
|
|
radius:
|
|
enabled: true
|
|
protocol: udp
|
|
targetSelector: radius
|
|
port: 1812
|
|
# LDAP
|
|
ldap:
|
|
enabled: true
|
|
targetSelector: ldap
|
|
ports:
|
|
ldap:
|
|
enabled: true
|
|
port: 389
|
|
targetSelector: ldap
|
|
# LDAPS
|
|
ldaps:
|
|
enabled: true
|
|
targetSelector: ldap
|
|
ports:
|
|
ldaps:
|
|
enabled: true
|
|
port: 636
|
|
targetSelector: ldap
|
|
# Server Metrics
|
|
servermetrics:
|
|
enabled: true
|
|
type: ClusterIP
|
|
ports:
|
|
servermetrics:
|
|
enabled: true
|
|
protocol: http
|
|
port: 10231
|
|
# Radius Metrics
|
|
radiusmetrics:
|
|
enabled: true
|
|
type: ClusterIP
|
|
targetSelector: radius
|
|
ports:
|
|
radiusmetrics:
|
|
enabled: true
|
|
protocol: http
|
|
port: 10232
|
|
targetSelector: radius
|
|
# LDAP Metrics
|
|
ldapmetrics:
|
|
enabled: true
|
|
type: ClusterIP
|
|
targetSelector: ldap
|
|
ports:
|
|
ldapmetrics:
|
|
enabled: true
|
|
protocol: http
|
|
port: 10233
|
|
targetSelector: ldap
|
|
# Proxy Metrics
|
|
proxymetrics:
|
|
enabled: true
|
|
type: ClusterIP
|
|
targetSelector: proxy
|
|
ports:
|
|
proxymetrics:
|
|
enabled: true
|
|
protocol: http
|
|
port: 10234
|
|
targetSelector: proxy
|
|
persistence:
|
|
media:
|
|
enabled: true
|
|
targetSelector:
|
|
main:
|
|
main:
|
|
mountPath: /data
|
|
worker:
|
|
worker:
|
|
mountPath: /data
|
|
templates:
|
|
enabled: true
|
|
targetSelector:
|
|
main:
|
|
main:
|
|
mountPath: /templates
|
|
worker:
|
|
worker:
|
|
mountPath: /templates
|
|
blueprints:
|
|
enabled: true
|
|
targetSelector:
|
|
worker:
|
|
worker:
|
|
# This will automatically change to `/blueprints`
|
|
# if `overwriteDefaultBlueprints` is set to `true
|
|
# Otherwise it will respect the value specified here
|
|
mountPath: /blueprints/custom
|
|
certs:
|
|
enabled: true
|
|
mountPath: /certs
|
|
targetSelector:
|
|
worker:
|
|
worker:
|
|
mountPath: /certs
|
|
geoip:
|
|
enabled: true
|
|
targetSelector:
|
|
main:
|
|
main:
|
|
mountPath: /geoip
|
|
worker:
|
|
worker:
|
|
mountPath: /geoip
|
|
geoip:
|
|
geoip:
|
|
mountPath: /usr/share/GeoIP
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
user: authentik
|
|
database: authentik
|
|
|
|
metrics:
|
|
# FIXME: Metrics do not work yet
|
|
servermetrics:
|
|
enabled: true
|
|
type: servicemonitor
|
|
endpoints:
|
|
- port: "{{ .Values.service.servermetrics.ports.servermetrics.port }}"
|
|
path: /metrics
|
|
prometheusRule:
|
|
enabled: false
|
|
radiusmetrics:
|
|
enabled: true
|
|
type: servicemonitor
|
|
endpoints:
|
|
- port: "{{ .Values.service.radiusmetrics.ports.radiusmetrics.port }}"
|
|
path: /metrics
|
|
prometheusRule:
|
|
enabled: false
|
|
ldapmetrics:
|
|
enabled: true
|
|
type: servicemonitor
|
|
endpoints:
|
|
- port: "{{ .Values.service.ldapmetrics.ports.ldapmetrics.port }}"
|
|
path: /metrics
|
|
prometheusRule:
|
|
enabled: false
|
|
proxymetrics:
|
|
enabled: true
|
|
type: servicemonitor
|
|
endpoints:
|
|
- port: "{{ .Values.service.proxymetrics.ports.proxymetrics.port }}"
|
|
path: /metrics
|
|
prometheusRule:
|
|
enabled: false
|
|
updated: true
|
|
|
|
ingress:
|
|
main:
|
|
required: true
|