File tree 3 files changed +6
-7
lines changed
resources/helm/dask-gateway
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
dist : xenial
2
2
language : python
3
3
python :
4
- - " 3.6 "
4
+ - " 3.7 "
5
5
6
6
git :
7
7
depth : false # Ensure latest tag is pulled
Original file line number Diff line number Diff line change @@ -35,10 +35,9 @@ excellent `documentation provided by zero-to-jupyterhub-k8s`_.
35
35
Install Helm (optional)
36
36
-----------------------
37
37
38
- If you don't already have Helm _ installed, you'll need to install it locally,
39
- and ensure ``tiller `` is running on your cluster. As with above, there are
40
- plenty of instructional materials online for doing this. We recommend following
41
- the `guide provided by zero-to-jupyterhub-k8s `_.
38
+ If you don't already have Helm _ installed, you'll need to install it locally.
39
+ As with above, there are plenty of instructional materials online for doing
40
+ this. We recommend following the `guide provided by zero-to-jupyterhub-k8s `_.
42
41
43
42
44
43
Install Dask-Gateway
@@ -353,7 +352,7 @@ here for reference:
353
352
.. _Helm : https://helm.sh/
354
353
.. _documentation provided by zero-to-jupyterhub-k8s : https://zero-to-jupyterhub.readthedocs.io/en/latest/create-k8s-cluster.html
355
354
.. _zero-to-jupyterhub-k8s : https://zero-to-jupyterhub.readthedocs.io/en/latest/
356
- .. _guide provided by zero-to-jupyterhub-k8s : https://zero-to-jupyterhub.readthedocs.io/en/latest/setup-helm .html
355
+ .. _guide provided by zero-to-jupyterhub-k8s : https://zero-to-jupyterhub.readthedocs.io/en/latest/setup-jupyterhub/setup-helm3 .html
357
356
.. _Helm chart repository :
358
357
.. _dask-gateway helm chart repository : https://dask.org/dask-gateway-helm-repo/
359
358
.. _dask-gateway github repo : https://github.com/dask/dask-gateway/
Original file line number Diff line number Diff line change 1
- apiVersion : v1
1
+ apiVersion : v2
2
2
name : dask-gateway
3
3
version : 0.7.1
4
4
appVersion : 0.7.1
You can’t perform that action at this time.
0 commit comments