From f602e202b8769713c4cfd26762e6699dd55a7f2c Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 11 May 2021 00:11:42 +0200 Subject: [PATCH] website/docs: use beryju.org directly for beta Signed-off-by: Jens Langhammer --- website/docs/installation/beta.mdx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/website/docs/installation/beta.mdx b/website/docs/installation/beta.mdx index d93a62c30d..ec64ba8e02 100644 --- a/website/docs/installation/beta.mdx +++ b/website/docs/installation/beta.mdx @@ -17,10 +17,9 @@ import TabItem from '@theme/TabItem'; Add the following block to your `.env` file: ```shell -AUTHENTIK_IMAGE=docker.beryju.org/authentik/server -AUTHENTIK_IMAGE_STATIC=docker.beryju.org/authentik/static +AUTHENTIK_IMAGE=beryju.org/authentik/server AUTHENTIK_TAG=gh-next -AUTHENTIK_OUTPOSTS__DOCKER_IMAGE_BASE=docker.beryju.org/authentik/outpost-%(type)s:gh-next +AUTHENTIK_OUTPOSTS__DOCKER_IMAGE_BASE=beryju.org/authentik/outpost-%(type)s:gh-next ``` Afterwards, run the upgrade commands from the latest releasae notes. @@ -30,9 +29,8 @@ Add the following block to your `values.yml` file: ```yaml image: - name: docker.beryju.org/authentik/server - name_static: docker.beryju.org/authentik/static - name_outposts: docker.beryju.org/authentik/outpost-%(type)s:gh-next + name: beryju.org/authentik/server + name_outposts: beryju.org/authentik/outpost-%(type)s:gh-next tag: gh-next # pullPolicy: Always to ensure you always get the latest version pullPolicy: Always