File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v1
2
2
appVersion : ' 1.0'
3
3
description : Deployment Chart for JupyterHub
4
4
name : hub
5
- version : 0.0.1-0.dev.git.84.hfc16d65
5
+ version : 0.0.1-0.dev.git.87.h409a420
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ dependencies:
4
4
# get the helm chart version from here: https://github.com/jupyterhub/helm-chart
5
5
# correlate the helm chart version w/jupyterhub here:
6
6
# https://hub.jupyter.org/helm-chart/
7
- version : 4.0 .0
7
+ version : 4.1 .0
8
8
repository : https://jupyterhub.github.io/helm-chart/
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ jupyterhub:
214
214
# Generated by chartpress
215
215
image :
216
216
name : public.ecr.aws/s7x4g6w9/cal-icor/hub
217
- tag : 0.0.1-0.dev.git.84.hfc16d65
217
+ tag : 0.0.1-0.dev.git.87.h409a420
218
218
networkPolicy :
219
219
enabled : true
220
220
# interNamespaceAccessLabels=accept makes the hub pod's associated
Original file line number Diff line number Diff line change 1
1
# Should match the hub image used by version of chart in hub/requirements.yaml
2
2
# If that changes, this should be changed too!
3
- FROM jupyterhub/k8s-hub:4.0 .0
3
+ FROM jupyterhub/k8s-hub:4.1 .0
4
4
5
5
USER root
6
6
You can’t perform that action at this time.
0 commit comments