Skip to content

Commit

Permalink
udpate chart
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarm committed Sep 6, 2024
1 parent 3a514db commit 9338f60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: v2
name: f7t4jhub
description: A Helm chart to Deploy JupyterHub with the FirecREST Spawner
type: application
version: 0.8.4
version: 0.8.5
appVersion: "4.1.6"
dependencies:
- name: f7t4jhub
version: 0.8.4
version: 0.8.5
repository: "file://./f7t4jhub"
- name: reloader
version: v1.0.51
Expand Down
2 changes: 1 addition & 1 deletion chart/f7t4jhub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: f7t4jhub
description: A Helm chart to Deploy JupyterHub with the FirecREST Spawner
type: application
version: 0.8.4
version: 0.8.5
appVersion: "4.1.6"
2 changes: 1 addition & 1 deletion chart/f7t4jhub/files/jupyterhub-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ async def refresh_user(self, user, handler=None):
}

response = requests.post(self.token_url, data=params, headers=headers)
self.log.debug(f"[refresh_user] Request to KeyCloak: {response}")
self.log.debug(f"[refresh_user] Request to KeyCloak: {response} {response.json()}")
token_response = response.json()

auth_state['token_response'].update(token_response)
Expand Down

0 comments on commit 9338f60

Please sign in to comment.