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

release 0.8.0

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