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

Commit

Permalink
Merge branch 'release/3.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Nov 12, 2019
2 parents d5ce79e + 178ade3 commit 8b8250d
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 11 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.0"
"ref": "3.3.1"
}
},
"strategy": {
Expand All @@ -55,7 +55,7 @@
"output": {
"to": {
"kind": "ImageStreamTag",
"name": "jupyterhub:3.3.0"
"name": "jupyterhub:3.3.1"
}
}
}
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.0",
"name": "3.3.1",
"from": {
"kind": "DockerImage",
"name": "quay.io/jupyteronopenshift/jupyterhub:3.3.0"
"name": "quay.io/jupyteronopenshift/jupyterhub:3.3.1"
}
}
]
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.0",
"value": "jupyterhub:3.3.1",
"required": true
},
{
Expand Down
11 changes: 8 additions & 3 deletions 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.0",
"value": "jupyterhub:3.3.1",
"required": true
},
{
Expand Down Expand Up @@ -89,6 +89,11 @@
"name": "${APPLICATION_NAME}-hub",
"labels": {
"app": "${APPLICATION_NAME}"
},
"annotations": {
"serviceaccounts.openshift.io/oauth-redirectreference.first": "{\"kind\":\"OAuthRedirectReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"Route\",\"name\":\"${APPLICATION_NAME}\"}}",
"serviceaccounts.openshift.io/oauth-redirecturi.first": "hub/oauth_callback",
"serviceaccounts.openshift.io/oauth-want-challenges": "false"
}
}
},
Expand All @@ -108,8 +113,8 @@
}
],
"roleRef": {
"apiGroup": "rbac.authorization.k8s.io",
"kind": "ClusterRole",
"apiGroup": "rbac.authorization.k8s.io",
"kind": "ClusterRole",
"name": "edit"
}
},
Expand Down
11 changes: 8 additions & 3 deletions 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.0",
"value": "jupyterhub:3.3.1",
"required": true
},
{
Expand Down Expand Up @@ -162,6 +162,11 @@
"name": "${APPLICATION_NAME}-hub",
"labels": {
"app": "${APPLICATION_NAME}"
},
"annotations": {
"serviceaccounts.openshift.io/oauth-redirectreference.first": "{\"kind\":\"OAuthRedirectReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"Route\",\"name\":\"${APPLICATION_NAME}\"}}",
"serviceaccounts.openshift.io/oauth-redirecturi.first": "hub/oauth_callback",
"serviceaccounts.openshift.io/oauth-want-challenges": "false"
}
}
},
Expand All @@ -181,8 +186,8 @@
}
],
"roleRef": {
"apiGroup": "rbac.authorization.k8s.io",
"kind": "ClusterRole",
"apiGroup": "rbac.authorization.k8s.io",
"kind": "ClusterRole",
"name": "edit"
}
},
Expand Down

0 comments on commit 8b8250d

Please sign in to comment.