Skip to content

Commit e533da7

Browse files
authored
Helm chart url has changed
Relying on clients to follow a redirect may not be robust. https://discourse.jupyter.org/t/helm-chart-certificate-x509-error-when-deploying-on-eks-using-aws-cdk/19524
1 parent 750876e commit e533da7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/jupyterhub/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ can try with `nano config.yaml`.
4444

4545
## Install JupyterHub
4646

47-
1. Make Helm aware of the [JupyterHub Helm chart repository](https://jupyterhub.github.io/helm-chart/) so you can install the
47+
1. Make Helm aware of the [JupyterHub Helm chart repository](https://hub.jupyter.org/helm-chart/) so you can install the
4848
JupyterHub chart from it without having to use a long URL name.
4949

5050
```
51-
helm repo add jupyterhub https://jupyterhub.github.io/helm-chart/
51+
helm repo add jupyterhub https://hub.jupyter.org/helm-chart/
5252
helm repo update
5353
```
5454

0 commit comments

Comments
 (0)