Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version of z2jh chart to latest #1793

Merged
merged 2 commits into from
Sep 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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