From cb915bc86c8b7379631ea6b6a6df5c3f50518cd8 Mon Sep 17 00:00:00 2001 From: Tana M Berry Date: Tue, 17 Oct 2023 16:41:41 -0500 Subject: [PATCH] website/docs: added Note in Beta docs (#7203) typo, shockingly Co-authored-by: Tana Berry --- website/docs/installation/beta.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/docs/installation/beta.mdx b/website/docs/installation/beta.mdx index 7cd4e4664..6f0252267 100644 --- a/website/docs/installation/beta.mdx +++ b/website/docs/installation/beta.mdx @@ -2,7 +2,7 @@ title: Beta versions --- -You can test upcoming authentik versions by switching to the _next_ images. It is recommended to upgrade to the latest stable release before upgrading to Beta images. It is always possible to upgrade from the Beta to the next stable release. +You can test upcoming authentik versions, including major new features that are in "Beta release", by switching to the _next_ images. It is recommended to upgrade to the latest stable release before upgrading to Beta images. It is always possible to upgrade from the Beta to the next stable release. :::warning Downgrading from the Beta is not supported. It is recommended to take a backup before upgrading, or test Beta versions on a separate install. Upgrading from Beta versions to the next release is usually possible, however also not supported. @@ -81,4 +81,8 @@ helm upgrade authentik authentik/authentik -f values.yaml +:::info +If you are upgrading from an older Beta release to the most recent Beta release, you might need to run `kubectl rollout restart deployment`, because Helm needs to recreate the pods in order to pick up the new image (the tag doesn't change). +::: + To verify whether the upgrade was successful, go to your Admin panel and navigate to the Overview dashboard. There, you can check the version number to ensure that you are using the Beta version you intended.