Skip to content

Commit

Permalink
Merge branch 'release/6.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Sep 5, 2019
2 parents ccecc44 + b3abf08 commit da6933c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions jupyterhub/src/jupyterhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1191,6 +1191,8 @@ def create_service_account(spawner, pod):
user_account_name = '%s-%s' % (hub, short_name)
hub_account_name = '%s-hub' % hub

owner_uid = None

while True:
try:
text = service_account_template.safe_substitute(
Expand Down
2 changes: 1 addition & 1 deletion templates/hosted-workshop-production.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
{
"name": "SPAWNER_IMAGE",
"value": "quay.io/openshifthomeroom/workshop-spawner:6.0.0",
"value": "quay.io/openshifthomeroom/workshop-spawner:6.0.1",
"required": true
},
{
Expand Down
4 changes: 2 additions & 2 deletions templates/jumpbox-server-production.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
},
{
"name": "SPAWNER_IMAGE",
"value": "quay.io/openshifthomeroom/workshop-spawner:6.0.0",
"value": "quay.io/openshifthomeroom/workshop-spawner:6.0.1",
"required": true
},
{
"name": "KEYCLOAK_IMAGE",
"value": "quay.io/openshifthomeroom/workshop-keycloak:6.0.0",
"value": "quay.io/openshifthomeroom/workshop-keycloak:6.0.1",
"required": true
},
{
Expand Down
2 changes: 1 addition & 1 deletion templates/learning-portal-production.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
{
"name": "SPAWNER_IMAGE",
"value": "quay.io/openshifthomeroom/workshop-spawner:6.0.0",
"value": "quay.io/openshifthomeroom/workshop-spawner:6.0.1",
"required": true
},
{
Expand Down
2 changes: 1 addition & 1 deletion templates/terminal-server-production.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
{
"name": "SPAWNER_IMAGE",
"value": "quay.io/openshifthomeroom/workshop-spawner:6.0.0",
"value": "quay.io/openshifthomeroom/workshop-spawner:6.0.1",
"required": true
},
{
Expand Down
4 changes: 2 additions & 2 deletions templates/user-workspace-production.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
},
{
"name": "SPAWNER_IMAGE",
"value": "quay.io/openshifthomeroom/workshop-spawner:6.0.0",
"value": "quay.io/openshifthomeroom/workshop-spawner:6.0.1",
"required": true
},
{
"name": "KEYCLOAK_IMAGE",
"value": "quay.io/openshifthomeroom/workshop-keycloak:6.0.0",
"value": "quay.io/openshifthomeroom/workshop-keycloak:6.0.1",
"required": true
},
{
Expand Down

0 comments on commit da6933c

Please sign in to comment.