website/docs: fix URL for new chart repo
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
3208358a03
commit
436adcce2e
|
@ -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://<ingress you've specified>/if/flow/initial-setup/`, to set a password for the akadmin user.
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
Reference in New Issue