core, web: update translations#22140
Conversation
authentik translations instructionsThanks for your pull request! authentik translations are handled using Transifex. Please edit translations over there and they'll be included automatically. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #22140 +/- ##
==========================================
+ Coverage 93.25% 93.26% +0.01%
==========================================
Files 1028 1028
Lines 59692 59692
Branches 400 400
==========================================
+ Hits 55664 55672 +8
+ Misses 4028 4020 -8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-0ad4f3a336d73d75993c2c6adb4057bda1497508
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-0ad4f3a336d73d75993c2c6adb4057bda1497508Afterwards, run the upgrade commands from the latest release notes. |
84ce9f9 to
b9abb86
Compare
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
b9abb86 to
0ad4f3a
Compare
core, web: update translations