Skip to content

web/admin: fix document title for admin interface (cherry-pick #9362)#9365

Merged
BeryJu merged 1 commit intoversion-2024.4from
cherry-pick-801413-version-2024.4
Apr 20, 2024
Merged

web/admin: fix document title for admin interface (cherry-pick #9362)#9365
BeryJu merged 1 commit intoversion-2024.4from
cherry-pick-801413-version-2024.4

Conversation

@gcp-cherry-pick-bot
Copy link
Contributor

Cherry-picked web/admin: fix document title for admin interface (#9362)

Signed-off-by: Jens Langhammer jens@goauthentik.io

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@gcp-cherry-pick-bot gcp-cherry-pick-bot bot requested a review from a team as a code owner April 20, 2024 20:55
@netlify
Copy link

netlify bot commented Apr 20, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 6e13130
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/66242bd60aee45000851ac8b

@codecov
Copy link

codecov bot commented Apr 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.51%. Comparing base (b1ca579) to head (6e13130).

Additional details and impacted files
@@                 Coverage Diff                 @@
##           version-2024.4    #9365       +/-   ##
===================================================
- Coverage           92.40%   51.51%   -40.90%     
===================================================
  Files                 667      667               
  Lines               32644    32644               
===================================================
- Hits                30164    16815    -13349     
- Misses               2480    15829    +13349     
Flag Coverage Δ
e2e 50.03% <ø> (-0.68%) ⬇️
integration 26.04% <ø> (ø)
unit ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BeryJu BeryJu merged commit 7b7a3d3 into version-2024.4 Apr 20, 2024
@BeryJu BeryJu deleted the cherry-pick-801413-version-2024.4 branch April 20, 2024 21:05
@github-actions
Copy link
Contributor

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-ghcr.io/goauthentik/dev-server:gh-6e1313060e4df6d95b96ada3046650eed3eed240
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

For arm64, use these values:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-ghcr.io/goauthentik/dev-server:gh-6e1313060e4df6d95b96ada3046650eed3eed240-arm64
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-ghcr.io/goauthentik/dev-server:gh-6e1313060e4df6d95b96ada3046650eed3eed240

For arm64, use these values:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-ghcr.io/goauthentik/dev-server:gh-6e1313060e4df6d95b96ada3046650eed3eed240-arm64

Afterwards, run the upgrade commands from the latest release notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant