core, web: update translations#22871
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 #22871 +/- ##
=======================================
Coverage 93.29% 93.30%
=======================================
Files 1033 1033
Lines 60154 60154
Branches 400 400
=======================================
+ Hits 56121 56127 +6
+ Misses 4033 4027 -6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-f6daf669b0793efed7f4663a18d65830aa20c5a9
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-f6daf669b0793efed7f4663a18d65830aa20c5a9Afterwards, run the upgrade commands from the latest release notes. |
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1152256 to
f6daf66
Compare
core, web: update translations