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

outposts: make state more consistent #5403

Merged
merged 3 commits into from Apr 28, 2023
Merged

outposts: make state more consistent #5403

merged 3 commits into from Apr 28, 2023

Conversation

BeryJu
Copy link
Member

@BeryJu BeryJu commented Apr 28, 2023

No description provided.

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

codecov bot commented Apr 28, 2023

Codecov Report

Patch coverage: 90.00% and project coverage change: +0.08 🎉

Comparison is base (6f67366) 92.64% compared to head (d94bfcc) 92.72%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5403      +/-   ##
==========================================
+ Coverage   92.64%   92.72%   +0.08%     
==========================================
  Files         506      506              
  Lines       25917    25919       +2     
==========================================
+ Hits        24008    24030      +22     
+ Misses       1909     1889      -20     
Flag Coverage Δ
e2e 52.70% <80.00%> (+0.85%) ⬆️
integration 26.34% <70.00%> (+0.01%) ⬆️
unit 89.52% <50.00%> (-<0.01%) ⬇️

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

Impacted Files Coverage Δ
authentik/outposts/models.py 88.62% <85.72%> (ø)
authentik/outposts/tasks.py 78.69% <100.00%> (+1.35%) ⬆️

... and 9 files with indirect coverage changes

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

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@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-outposts-cleanup-states-1682678186-d94bfcc
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-outposts-cleanup-states-1682678186-d94bfcc-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-outposts-cleanup-states-1682678186-d94bfcc

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-outposts-cleanup-states-1682678186-d94bfcc-arm64

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

@BeryJu BeryJu merged commit 9d1ad10 into main Apr 28, 2023
56 of 57 checks passed
@BeryJu BeryJu deleted the outposts/cleanup-states branch April 28, 2023 10:53
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.

None yet

1 participant