Skip to content

Commit

Permalink
feat(container): update authentik group to v2024.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tinfoild[bot] authored Nov 2, 2024
1 parent 4f6e508 commit abae59d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kube/deploy/apps/authentik/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
main:
image: &img
repository: ghcr.io/goauthentik/server
tag: 2024.8.3
tag: 2024.10.0@sha256:7b2deaf050dd00767a0baa3dec48b07e4cc977825e4391bed04136a213e46d6e
args: [server]
env: &env
TZ: "${CONFIG_TZ}"
Expand Down Expand Up @@ -161,7 +161,7 @@ spec:
image:
<<: *img
repository: ghcr.io/goauthentik/ldap
tag: 2024.8.3@sha256:6b50f781bd50c0b849c5a7ec32127e65d5018c3a9c5939a072f988027449a978
tag: 2024.10.0@sha256:b9f0bb64f3854f07d96c0e8006ee7c4d00d7269342419983a58ccf28b457a3a2
env:
AUTHENTIK_HOST: "https://${APP_DNS_AUTHENTIK}"
AUTHENTIK_TOKEN:
Expand Down Expand Up @@ -199,7 +199,7 @@ spec:
image:
<<: *img
repository: ghcr.io/goauthentik/radius
tag: 2024.8.3@sha256:487c2cc98193ad84286b260115b1ded3b405b28c08aa57e45116fcce362c7fa9
tag: 2024.10.0@sha256:41fd5744507f1289aad261801cc378f24d0e1efda2f2a25e2ae637c1e2c6d60b
env:
AUTHENTIK_HOST: "https://${APP_DNS_AUTHENTIK}"
AUTHENTIK_TOKEN:
Expand Down

0 comments on commit abae59d

Please sign in to comment.