Skip to content
Snippets Groups Projects
Commit 8c9550d4 authored by Min RK's avatar Min RK
Browse files

0.8.2 with jupyterhub 0.9.6

parent 2fcc6191
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ charts: ...@@ -9,7 +9,7 @@ charts:
hub: hub:
valuesPath: hub.image valuesPath: hub.image
buildArgs: buildArgs:
JUPYTERHUB_VERSION: 0.9.5 JUPYTERHUB_VERSION: 0.9.6
network-tools: network-tools:
valuesPath: singleuser.networkTools.image valuesPath: singleuser.networkTools.image
image-awaiter: image-awaiter:
...@@ -17,4 +17,4 @@ charts: ...@@ -17,4 +17,4 @@ charts:
singleuser-sample: singleuser-sample:
valuesPath: singleuser.image valuesPath: singleuser.image
buildArgs: buildArgs:
JUPYTERHUB_VERSION: 0.9.5 JUPYTERHUB_VERSION: 0.9.6
...@@ -23,7 +23,7 @@ The general method to modify your Kubernetes deployment is to: ...@@ -23,7 +23,7 @@ The general method to modify your Kubernetes deployment is to:
RELEASE=jhub RELEASE=jhub
helm upgrade $RELEASE jupyterhub/jupyterhub \ helm upgrade $RELEASE jupyterhub/jupyterhub \
--version=0.8.1 \ --version=0.8.2 \
--values config.yaml --values config.yaml
Note that ``helm list`` should display ``<YOUR_RELEASE_NAME>`` if you forgot it. Note that ``helm list`` should display ``<YOUR_RELEASE_NAME>`` if you forgot it.
......
...@@ -89,7 +89,7 @@ Install JupyterHub ...@@ -89,7 +89,7 @@ Install JupyterHub
helm upgrade --install $RELEASE jupyterhub/jupyterhub \ helm upgrade --install $RELEASE jupyterhub/jupyterhub \
--namespace $NAMESPACE \ --namespace $NAMESPACE \
--version=0.8.1 \ --version=0.8.2 \
--values config.yaml --values config.yaml
where: where:
......
name: jupyterhub name: jupyterhub
version: 0.8.1 version: 0.8.2
appVersion: 0.9.5 appVersion: 0.9.6
description: Multi-user Jupyter installation description: Multi-user Jupyter installation
home: https://z2jh.jupyter.org home: https://z2jh.jupyter.org
sources: sources:
......
...@@ -44,7 +44,7 @@ hub: ...@@ -44,7 +44,7 @@ hub:
extraVolumeMounts: [] extraVolumeMounts: []
image: image:
name: jupyterhub/k8s-hub name: jupyterhub/k8s-hub
tag: '0.8.1' tag: '0.8.2'
resources: resources:
requests: requests:
cpu: 200m cpu: 200m
...@@ -166,7 +166,7 @@ singleuser: ...@@ -166,7 +166,7 @@ singleuser:
networkTools: networkTools:
image: image:
name: jupyterhub/k8s-network-tools name: jupyterhub/k8s-network-tools
tag: '0.8.1' tag: '0.8.2'
cloudMetadata: cloudMetadata:
enabled: false enabled: false
ip: 169.254.169.254 ip: 169.254.169.254
...@@ -207,7 +207,7 @@ singleuser: ...@@ -207,7 +207,7 @@ singleuser:
storageAccessModes: [ReadWriteOnce] storageAccessModes: [ReadWriteOnce]
image: image:
name: jupyterhub/k8s-singleuser-sample name: jupyterhub/k8s-singleuser-sample
tag: '0.8.1' tag: '0.8.2'
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
imagePullSecret: imagePullSecret:
enabled: false enabled: false
...@@ -266,7 +266,7 @@ prePuller: ...@@ -266,7 +266,7 @@ prePuller:
enabled: true enabled: true
image: image:
name: jupyterhub/k8s-image-awaiter name: jupyterhub/k8s-image-awaiter
tag: '0.8.1' tag: '0.8.2'
continuous: continuous:
enabled: false enabled: false
extraImages: {} extraImages: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment