Skip to content

Commit 2978bdc

Browse files
authored
Bump helm chart to helm 3 only (dask#294)
* Bump helm chart to helm 3 only * Bump python version on CI
1 parent 6ec9310 commit 2978bdc

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dist: xenial
22
language: python
33
python:
4-
- "3.6"
4+
- "3.7"
55

66
git:
77
depth: false # Ensure latest tag is pulled

docs/source/install-kube.rst

+4-5
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ excellent `documentation provided by zero-to-jupyterhub-k8s`_.
3535
Install Helm (optional)
3636
-----------------------
3737

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`_.
4241

4342

4443
Install Dask-Gateway
@@ -353,7 +352,7 @@ here for reference:
353352
.. _Helm: https://helm.sh/
354353
.. _documentation provided by zero-to-jupyterhub-k8s: https://zero-to-jupyterhub.readthedocs.io/en/latest/create-k8s-cluster.html
355354
.. _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
357356
.. _Helm chart repository:
358357
.. _dask-gateway helm chart repository: https://dask.org/dask-gateway-helm-repo/
359358
.. _dask-gateway github repo: https://github.com/dask/dask-gateway/

resources/helm/dask-gateway/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: v1
1+
apiVersion: v2
22
name: dask-gateway
33
version: 0.7.1
44
appVersion: 0.7.1

0 commit comments

Comments
 (0)