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://<ingress you've specified>/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).