Skip to content
Snippets Groups Projects
Commit 832273eb authored by Jaromír Hradil's avatar Jaromír Hradil
Browse files

Merge branch 'accounting-time' into 'master'

New accounting time + Hub upgrade

See merge request !15
parents 012ad9ad 39e9ec6e
No related branches found
No related tags found
1 merge request!15New accounting time + Hub upgrade
...@@ -176,7 +176,7 @@ hub: ...@@ -176,7 +176,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-ea893ce" tag: "sha-2fa0db6"
config: config:
Authenticator: Authenticator:
enable_auth_state: true enable_auth_state: true
......
eosc: eosc:
schedule: 42 1 * * *
tokenUrl: "https://{{ secrets['checkin_host'] }}/OIDC/token" tokenUrl: "https://{{ secrets['checkin_host'] }}/OIDC/token"
clientId: "{{ secrets['client_id'] }}" clientId: "{{ secrets['client_id'] }}"
clientSecret: "{{ secrets['client_secret'] }}" clientSecret: "{{ secrets['client_secret'] }}"
......
...@@ -158,7 +158,7 @@ hub: ...@@ -158,7 +158,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-ea893ce" tag: "sha-2fa0db6"
config: config:
Authenticator: Authenticator:
enable_auth_state: true enable_auth_state: true
......
...@@ -158,7 +158,7 @@ hub: ...@@ -158,7 +158,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-ea893ce" tag: "sha-2fa0db6"
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-ea893ce image: eginotebooks/hub:sha-2fa0db6
args: args:
- fastapi - fastapi
- run - run
......
...@@ -159,7 +159,7 @@ hub: ...@@ -159,7 +159,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-ea893ce" tag: "sha-2fa0db6"
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