website/docs: Update Kubernetes Bootstrap Instructions#14471
Merged
BeryJu merged 2 commits intogoauthentik:mainfrom May 11, 2025
Merged
website/docs: Update Kubernetes Bootstrap Instructions#14471BeryJu merged 2 commits intogoauthentik:mainfrom
BeryJu merged 2 commits intogoauthentik:mainfrom
Conversation
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
9088eee to
458a8e2
Compare
BeryJu
approved these changes
May 11, 2025
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14471 +/- ##
==========================================
- Coverage 92.71% 92.70% -0.01%
==========================================
Files 809 809
Lines 41540 41540
==========================================
- Hits 38514 38510 -4
- Misses 3026 3030 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
kensternberg-authentik
added a commit
that referenced
this pull request
May 22, 2025
* main: (60 commits) website: bump the build group in /website with 6 updates (#14502) core: remove `OldAuthenticatedSession` content type (#14507) core: bump msgraph-sdk from 1.29.0 to 1.30.0 (#14503) core: bump twilio from 9.6.0 to 9.6.1 (#14505) core: bump psycopg[c,pool] from 3.2.8 to 3.2.9 (#14504) enterprise: fix expired license's users being counted (#14451) website/integrations: fix missing closing brace for semaphore (#14467) tests/e2e: Add E2E tests for Flow SFE (#14484) website: bump semver from 7.7.1 to 7.7.2 in /website (#14491) core: bump django from 5.1.8 to 5.1.9 (#14483) core: bump psycopg[c,pool] from 3.2.7 to 3.2.8 (#14481) core: bump sentry-sdk from 2.27.0 to 2.28.0 (#14482) root: pin package version in pyproject for dependabot (#14469) core: fix session migration when old session can't be loaded (#14466) root: temporarily deactivate database pool option (#14443) website: bump the build group in /website with 3 updates (#14475) website/docs: stages: fix-typo (#14477) website/docs: Update Kubernetes Bootstrap Instructions (#14471) root: improve sentry distributed tracing (#14468) Revert "web/admin: fix enterprise menu display" (#14458) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details
Update the instructions to bootstrap the Kubernetes Deployment for an automated install according to the deprecation warning:
According to the helm
values.yamlfile it should be:Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make website)