Skip to content

Commit 0205561

Browse files
authored
Merge pull request #11 from shaneknapp/bump-jh-chart
Bump jh chart
2 parents a70eda1 + 713168e commit 0205561

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

hub/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v1
22
appVersion: '1.0'
33
description: Deployment Chart for JupyterHub
44
name: hub
5-
version: 0.0.1-0.dev.git.84.hfc16d65
5+
version: 0.0.1-0.dev.git.87.h409a420

hub/requirements.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ dependencies:
44
# get the helm chart version from here: https://github.com/jupyterhub/helm-chart
55
# correlate the helm chart version w/jupyterhub here:
66
# https://hub.jupyter.org/helm-chart/
7-
version: 4.0.0
7+
version: 4.1.0
88
repository: https://jupyterhub.github.io/helm-chart/

hub/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jupyterhub:
214214
# Generated by chartpress
215215
image:
216216
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
218218
networkPolicy:
219219
enabled: true
220220
# interNamespaceAccessLabels=accept makes the hub pod's associated

images/hub/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Should match the hub image used by version of chart in hub/requirements.yaml
22
# If that changes, this should be changed too!
3-
FROM jupyterhub/k8s-hub:4.0.0
3+
FROM jupyterhub/k8s-hub:4.1.0
44

55
USER root
66

0 commit comments

Comments
 (0)