Skip to content

Commit

Permalink
Run chartpress to update hub image
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed May 31, 2021
1 parent ef5d6d7 commit 3eb9522
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions hub-templates/basehub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jupyterhub:
mountPath: /home/jovyan/shared-readwrite
subPath: _shared
cloudResources:
provider: null
provider:
gcp:
projectId: null
projectId:
scratchBucket:
enabled: false
ingress:
Expand Down Expand Up @@ -72,8 +72,6 @@ jupyterhub:
hook:
enabled: false
proxy:
https:
enabled: false
service:
type: ClusterIP
chp:
Expand Down Expand Up @@ -161,7 +159,8 @@ jupyterhub:
interfaces:
- value: "/tree"
title: Classic Notebook
description: The original single-document interface for creating Jupyter Notebooks.
description: The original single-document interface for creating
Jupyter Notebooks.
- value: "/lab"
title: JupyterLab
description: A Powerful next generation notebook interface
Expand All @@ -179,7 +178,7 @@ jupyterhub:
- --Configurator.config_file=/usr/local/etc/jupyterhub-configurator/jupyterhub_configurator_config.py
image:
name: quay.io/2i2c/pilot-hub
tag: '0.0.1-n769.hfd04ce8'
tag: '0.0.1-n781.hf8d0498'
config:
JupyterHub:
authenticator_class: oauthenticator.auth0.Auth0OAuthenticator
Expand Down Expand Up @@ -311,4 +310,4 @@ jupyterhub:
'PANGEO_SCRATCH': f'{bucket_protocol}://{bucket_name}/$(JUPYTERHUB_USER)',
}
c.KubeSpawner.environment.update(env)
c.KubeSpawner.environment.update(env)

0 comments on commit 3eb9522

Please sign in to comment.