Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Prepare for 3.4.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Nov 16, 2019
1 parent 1b8ae4f commit c0835e0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build-configs/jupyterhub.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"type": "Git",
"git": {
"uri": "https://github.com/jupyter-on-openshift/jupyterhub-quickstart.git",
"ref": "3.3.1"
"ref": "3.4.0"
}
},
"strategy": {
Expand All @@ -55,7 +55,7 @@
"output": {
"to": {
"kind": "ImageStreamTag",
"name": "jupyterhub:3.3.1"
"name": "jupyterhub:3.4.0"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions image-streams/jupyterhub.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"tags": [
{
"name": "3.3.1",
"name": "3.4.0",
"from": {
"kind": "DockerImage",
"name": "quay.io/jupyteronopenshift/jupyterhub:3.3.1"
"name": "quay.io/jupyteronopenshift/jupyterhub:3.4.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion templates/jupyterhub-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{
"name": "BUILDER_IMAGE",
"value": "jupyterhub:3.3.1",
"value": "jupyterhub:3.4.0",
"required": true
},
{
Expand Down
2 changes: 1 addition & 1 deletion templates/jupyterhub-deployer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{
"name": "JUPYTERHUB_IMAGE",
"value": "jupyterhub:3.3.1",
"value": "jupyterhub:3.4.0",
"required": true
},
{
Expand Down
2 changes: 1 addition & 1 deletion templates/jupyterhub-quickstart.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{
"name": "JUPYTERHUB_IMAGE",
"value": "jupyterhub:3.3.1",
"value": "jupyterhub:3.4.0",
"required": true
},
{
Expand Down
2 changes: 1 addition & 1 deletion templates/jupyterhub-workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
{
"name": "JUPYTERHUB_IMAGE",
"value": "jupyterhub:3.3.1",
"value": "jupyterhub:3.4.0",
"required": true
},
{
Expand Down

0 comments on commit c0835e0

Please sign in to comment.