You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/install-config/beta.mdx
+15-13Lines changed: 15 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Downgrading from RC or Beta versions is not supported. It is recommended to take
18
18
19
19
## Release Candidate (RC) versions
20
20
21
-
Release candidates are available for testing before major version releases. To use an RC version, you need to specify the exact RC tag (e.g., `2025.10.0-rc3`).
21
+
Release candidates are available for testing before major version releases. To use an RC version, you need to specify the exact RC tag (e.g., `2026.5.0-rc2`).
22
22
23
23
<Tabs
24
24
defaultValue="docker-compose"
@@ -28,10 +28,10 @@ Release candidates are available for testing before major version releases. To u
28
28
]}
29
29
groupId="platform">
30
30
<TabItemvalue="docker-compose">
31
-
Add the following block to your `.env` file, replacing `2025.10.0-rc3` with the desired RC version:
31
+
Add the following block to your `.env` file, replacing `2026.5.0-rc2` with the desired RC version:
32
32
33
33
```shell
34
-
AUTHENTIK_TAG=2025.10.0-rc3
34
+
AUTHENTIK_TAG=2026.5.0-rc2
35
35
```
36
36
37
37
Next, pull the image and redeploy:
@@ -44,13 +44,14 @@ docker compose up -d
44
44
</TabItem>
45
45
46
46
<TabItemvalue="kubernetes">
47
-
Add the following block to your `values.yaml` file, replacing `2025.10.0-rc3` with the desired RC version:
47
+
Add the following block to your `values.yaml` file, replacing `2026.5.0-rc2` with the desired RC version:
48
48
49
49
```yaml
50
-
image:
51
-
tag: 2025.10.0-rc3
52
-
# pullPolicy: Always to ensure you always get the latest version
53
-
pullPolicy: Always
50
+
global:
51
+
image:
52
+
tag: 2026.5.0-rc2
53
+
# pullPolicy: Always to ensure you always get the latest version
54
+
pullPolicy: Always
54
55
```
55
56
56
57
Next, run the upgrade commands:
@@ -94,11 +95,12 @@ Add the following block to your `values.yml` file:
0 commit comments