From 778131bcdce415fa1e753011e411f7ed773e5395 Mon Sep 17 00:00:00 2001 From: David Caro Date: Mon, 22 Sep 2025 11:06:27 +0200 Subject: [PATCH 1/2] logo: move to a path that's not hidden by a volume Currently /srv/jupyterhub is the path we use to mount the pvc that has the sqlite database, so it hides the logo image and then hub can't serve it. This moves it to some other place where we don't mount a volume so it can be served without issues. Signed-off-by: David Caro --- images/paws-hub/Dockerfile | 2 +- paws/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/paws-hub/Dockerfile b/images/paws-hub/Dockerfile index 3b735c6b..601e40e8 100644 --- a/images/paws-hub/Dockerfile +++ b/images/paws-hub/Dockerfile @@ -10,7 +10,7 @@ RUN adduser --disabled-password \ --force-badname \ ${NB_USER} -COPY PAWS.svg /srv/jupyterhub +COPY PAWS.svg /usr/local/share/jupyterhub/static/PAWS.svg COPY paws-favicon.ico /usr/local/share/jupyterhub/static/favicon.ico RUN chown -R ${NB_USER}:${NB_USER} /srv/jupyterhub diff --git a/paws/values.yaml b/paws/values.yaml index b24c09ad..55c14c29 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -232,7 +232,7 @@ jupyterhub: c.OAuthenticator.allow_all = True c.JupyterHub.authenticator_class = Auth c.JupyterHub.authenticate_prometheus = False - c.JupyterHub.logo_file = '/srv/jupyterhub/PAWS.svg' + c.JupyterHub.logo_file = '/usr/local/share/jupyterhub/static/PAWS.svg' c.JupyterHub.template_vars = { 'announcement': ('' 'Welcome to PAWS. ' From 94e588aa7b386e4efd1b6fa25be69d635d1a1efa Mon Sep 17 00:00:00 2001 From: Github Action Date: Mon, 22 Sep 2025 09:08:05 +0000 Subject: [PATCH 2/2] auto update of tag --- paws/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paws/values.yaml b/paws/values.yaml index 55c14c29..aaf4e24d 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -250,7 +250,7 @@ jupyterhub: fsGroup: 52771 image: name: quay.io/wikimedia-paws-prod/paws-hub - tag: pr-448 # paws-hub tag managed by github actions + tag: pr-499 # paws-hub tag managed by github actions containerSecurityContext: runAsUser: 52771 resources: