From a3c681cc441a16f59bf73cbdb43e85611f22c054 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 22 Dec 2021 17:36:45 +0100 Subject: [PATCH] website/docs: cleanup old image names Signed-off-by: Jens Langhammer --- website/docs/flow/stages/authenticator_validate/index.md | 2 +- website/docs/installation/air-gapped.md | 2 +- website/docs/outposts/manual-deploy-docker-compose.md | 4 ++-- website/docs/outposts/manual-deploy-kubernetes.md | 2 +- website/docs/providers/proxy/_traefik_compose.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/docs/flow/stages/authenticator_validate/index.md b/website/docs/flow/stages/authenticator_validate/index.md index 180a4d821..ac8733125 100644 --- a/website/docs/flow/stages/authenticator_validate/index.md +++ b/website/docs/flow/stages/authenticator_validate/index.md @@ -20,7 +20,7 @@ Using the `Not configured action`, you can choose what happens when a user does ## Passwordless authentication -::: +:::info Requires authentik 2021.12.4 ::: diff --git a/website/docs/installation/air-gapped.md b/website/docs/installation/air-gapped.md index bb14bda3b..9e01f6241 100644 --- a/website/docs/installation/air-gapped.md +++ b/website/docs/installation/air-gapped.md @@ -35,6 +35,6 @@ authentik: Container images can be pulled from the following URLs: -- goauthentik.io/server (https://goauthentik.io) - ghcr.io/goauthentik/server (https://ghcr.io) +- goauthentik.io/server (https://goauthentik.io) - beryju/authentik (https://index.docker.io) diff --git a/website/docs/outposts/manual-deploy-docker-compose.md b/website/docs/outposts/manual-deploy-docker-compose.md index 6474f5617..f48020b56 100644 --- a/website/docs/outposts/manual-deploy-docker-compose.md +++ b/website/docs/outposts/manual-deploy-docker-compose.md @@ -13,7 +13,7 @@ version: "3.5" services: authentik_proxy: - image: goauthentik.io/proxy:2021.12.3 + image: ghcr.io/goauthentik/proxy:stable # Optionally specify which networks the container should be # might be needed to reach the core authentik server # networks: @@ -40,7 +40,7 @@ version: "3.5" services: authentik_ldap: - image: goauthentik.io/ldap:2021.12.3 + image: ghcr.io/goauthentik/ldap:stable # Optionally specify which networks the container should be # might be needed to reach the core authentik server # networks: diff --git a/website/docs/outposts/manual-deploy-kubernetes.md b/website/docs/outposts/manual-deploy-kubernetes.md index 17081bb4f..84fb75d03 100644 --- a/website/docs/outposts/manual-deploy-kubernetes.md +++ b/website/docs/outposts/manual-deploy-kubernetes.md @@ -88,7 +88,7 @@ spec: secretKeyRef: key: authentik_host_insecure name: authentik-outpost-api - image: goauthentik.io/proxy:2021.12.3 + image: ghcr.io/goauthentik/proxy:stable name: proxy ports: - containerPort: 9000 diff --git a/website/docs/providers/proxy/_traefik_compose.md b/website/docs/providers/proxy/_traefik_compose.md index 4f5ad6baf..bd0248f2d 100644 --- a/website/docs/providers/proxy/_traefik_compose.md +++ b/website/docs/providers/proxy/_traefik_compose.md @@ -16,7 +16,7 @@ services: - "--entrypoints.web.address=:80" authentik-proxy: - image: goauthentik.io/proxy:latest + image: ghcr.io/goauthentik/proxy:stable ports: - 9000:9000 - 9443:9443