From 436adcce2ea4879f0763c8e2bf3881924bb68516 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 9 May 2021 17:32:14 +0200 Subject: [PATCH] website/docs: fix URL for new chart repo Signed-off-by: Jens Langhammer --- website/docs/installation/kubernetes.md | 4 ++-- website/docs/releases/v2021.5.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/installation/kubernetes.md b/website/docs/installation/kubernetes.md index a5a06cd75..d2448796e 100644 --- a/website/docs/installation/kubernetes.md +++ b/website/docs/installation/kubernetes.md @@ -22,9 +22,9 @@ See all configurable values on [artifacthub](https://artifacthub.io/packages/hel Afterwards, run these commands to install authentik: ``` -helm repo add authentik https://helm.goauthentik.io +helm repo add authentik https://charts.goauthentik.io helm repo update -helm install authentik/authentik -f values.yaml +helm install authentik authentik/authentik -f values.yaml ``` This installation automatically applies database migrations on startup. After the installation is done, navigate to the `https:///if/flow/initial-setup/`, to set a password for the akadmin user. diff --git a/website/docs/releases/v2021.5.md b/website/docs/releases/v2021.5.md index 2f6910e64..fc2895838 100644 --- a/website/docs/releases/v2021.5.md +++ b/website/docs/releases/v2021.5.md @@ -72,7 +72,7 @@ The public port of the compose stack has been changed from 443 to 9000 and 9443 ### Kubernetes -The helm chart has been rewritten by [@dirtycajunrice](https://github.com/dirtycajunrice) and now lives on `https://helm.goauthentik.io`. +The helm chart has been rewritten by [@dirtycajunrice](https://github.com/dirtycajunrice) and now lives on `https://charts.goauthentik.io`. Please upgrade to the new chart using values from [ArtifactHub](https://artifacthub.io/packages/helm/goauthentik/authentik).