Skip to content
Snippets Groups Projects
Commit 8be938cb authored by František Dvořák's avatar František Dvořák
Browse files

Update JupyterHub image - fixed token refresh

parent 8a32a2aa
No related branches found
No related tags found
No related merge requests found
...@@ -179,7 +179,7 @@ hub: ...@@ -179,7 +179,7 @@ hub:
# recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
image: image:
name: eginotebooks/hub name: eginotebooks/hub
tag: "sha-ae769eb" tag: "sha-bebde36"
config: config:
Authenticator: Authenticator:
enable_auth_state: true enable_auth_state: true
......
...@@ -161,7 +161,7 @@ hub: ...@@ -161,7 +161,7 @@ hub:
# recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
image: image:
name: eginotebooks/hub name: eginotebooks/hub
tag: "sha-ae769eb" tag: "sha-bebde36"
config: config:
Authenticator: Authenticator:
enable_auth_state: true enable_auth_state: true
......
...@@ -161,7 +161,7 @@ hub: ...@@ -161,7 +161,7 @@ hub:
# recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
image: image:
name: eginotebooks/hub name: eginotebooks/hub
tag: "sha-ae769eb" tag: "sha-bebde36"
config: config:
Authenticator: Authenticator:
enable_auth_state: true enable_auth_state: true
......
...@@ -20,7 +20,7 @@ spec: ...@@ -20,7 +20,7 @@ spec:
containers: containers:
- name: jwt - name: jwt
# recommended to keep it in sync with */deployments/*.yaml # recommended to keep it in sync with */deployments/*.yaml
image: eginotebooks/hub:sha-323c75e image: eginotebooks/hub:sha-bebde36
args: args:
- fastapi - fastapi
- run - run
......
...@@ -162,7 +162,7 @@ hub: ...@@ -162,7 +162,7 @@ hub:
# recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
image: image:
name: eginotebooks/hub name: eginotebooks/hub
tag: "sha-ae769eb" tag: "sha-bebde36"
config: config:
Authenticator: Authenticator:
enable_auth_state: true enable_auth_state: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment