Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(oci/authentik): update authentik 2024.12.2 ➼ 2024.12.3
Browse files Browse the repository at this point in the history
tinfoild[bot] authored Jan 29, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 64738a2 commit 219d975
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
@@ -47,7 +47,7 @@ spec:
main:
image: &img
repository: ghcr.io/goauthentik/server
tag: 2024.12.2@sha256:017794a605d295bf1029da317e572f379e7f25d9b6fcae2fe7dad0d4b0753b42
tag: 2024.12.3@sha256:df5fe4863ebf84fa09aecbd7e0e795b4785d0b3ac136545852dc8f77ced8c25d
args: [server]
env: &env
TZ: "${CONFIG_TZ}"
@@ -195,7 +195,7 @@ spec:
image:
<<: *img
repository: ghcr.io/goauthentik/ldap
tag: 2024.12.2@sha256:c91d2d2d16f40cc2a8cbb0d529c6833a8a2f04adfbab5bddb4386a9537744a8c
tag: 2024.12.3@sha256:2501d6f2b9512920965ff4efa7c8898e9483634412ab8653324e81b24122d893
env:
AUTHENTIK_HOST: "https://${APP_DNS_AUTHENTIK}"
AUTHENTIK_TOKEN:
@@ -243,7 +243,7 @@ spec:
image:
<<: *img
repository: ghcr.io/goauthentik/radius
tag: 2024.12.2@sha256:da40531e95078c9041019e852762d6873b085e6a7428988c6e846d8a864d0f32
tag: 2024.12.3@sha256:469e3d31a069487ab1709948d6f3b2e4e6b073febd723a5574fe2f5ec1a8faaa
env:
AUTHENTIK_HOST: "https://${APP_DNS_AUTHENTIK}"
AUTHENTIK_TOKEN:

0 comments on commit 219d975

Please sign in to comment.