Skip to content

Commit

Permalink
Merge pull request #1304 from jtpio/chart-0.8.2
Browse files Browse the repository at this point in the history
Update chart version to 0.8.2 in the docs
  • Loading branch information
consideRatio committed Jun 4, 2019
2 parents eebc19c + 065e939 commit fad028e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/extending-jupyterhub.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
--version=0.8.2 \
--values config.yaml
Note that ``helm list`` should display ``<YOUR_RELEASE_NAME>`` if you forgot it.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/setup-jupyterhub.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Install JupyterHub
helm upgrade --install $RELEASE jupyterhub/jupyterhub \
--namespace $NAMESPACE \
--version=0.8.0 \
--version=0.8.2 \
--values config.yaml
where:
Expand Down

0 comments on commit fad028e

Please sign in to comment.