Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lifecycle: fix worker healthcheck #5259

Merged
merged 1 commit into from Apr 14, 2023
Merged

Conversation

BeryJu
Copy link
Member

@BeryJu BeryJu commented Apr 14, 2023

closes #5258

closes #5258

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@codecov
Copy link

codecov bot commented Apr 14, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (38bf0ee) 92.74% compared to head (7ffc2c1) 92.73%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5259      +/-   ##
==========================================
- Coverage   92.74%   92.73%   -0.00%     
==========================================
  Files         506      506              
  Lines       25869    25869              
==========================================
- Hits        23990    23988       -2     
- Misses       1879     1881       +2     
Flag Coverage Δ
e2e 52.68% <ø> (-0.09%) ⬇️
integration 26.34% <ø> (ø)
unit 89.54% <ø> (ø)

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

see 2 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@BeryJu BeryJu merged commit 1a4c640 into main Apr 14, 2023
55 of 56 checks passed
@BeryJu BeryJu deleted the lifecycle/fix-worker-healthcheck branch April 14, 2023 12:39
@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-lifecycle-fix-worker-healthcheck-1681475660-cfce5d6
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-lifecycle-fix-worker-healthcheck-1681475660-cfce5d6-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-lifecycle-fix-worker-healthcheck-1681475660-cfce5d6

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-lifecycle-fix-worker-healthcheck-1681475660-cfce5d6-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.

After upgrade from 2023.3 to 2023.4 worker container is unhealthy
1 participant