Skip to content

Commit

Permalink
Merge pull request #1793 from yuvipanda/bump-z2jh
Browse files Browse the repository at this point in the history
Bump version of z2jh chart to latest
  • Loading branch information
yuvipanda authored Sep 4, 2020
2 parents 0e87f8e + f5487cf commit 1e6e8d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: '1.0'
description: Deployment Chart for JupyterHub
name: hub
version: 0.0.1-n3215.h92597b4
version: 0.0.1-n3228.h725583e
2 changes: 1 addition & 1 deletion hub/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
- name: jupyterhub
# REMEMBER TO CHANGE BASE IMAGE OF images/hub/ WHEN CHANGING THIS
version: 0.9.0-n116.h1c766a1
version: 0.9.0-n212.hdd4fd8bd
repository: https://jupyterhub.github.io/helm-chart/
2 changes: 1 addition & 1 deletion hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jupyterhub:
# Generated by chartpress
image:
name: gcr.io/ucb-datahub-2018/jupyterhub-hub
tag: '0.0.1-n3215.h92597b4'
tag: '0.0.1-n3228.h725583e'
networkPolicy:
enabled: true
ingress:
Expand Down
2 changes: 1 addition & 1 deletion images/hub/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Should match the hub image used by version of chart in hub/requirements.yaml
# If that changes, this should be changed too!
FROM jupyterhub/k8s-hub:0.9.0-n033.h8211ad2
FROM jupyterhub/k8s-hub:0.9.0-n196.h6c08d8ca

USER root

Expand Down

0 comments on commit 1e6e8d9

Please sign in to comment.