Skip to content

Commit

Permalink
Commit triggered by a change on the main branch of helm-charts-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rconway committed Mar 15, 2024
1 parent 9e43546 commit 1b7d17e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/application-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.0.58
version: 2.0.59

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
1 change: 1 addition & 0 deletions charts/application-hub/files/hub/jupyter_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ async def pre_spawn_start(self, user, spawner):

resource_manager_workspace_prefix = os.environ["RESOURCE_MANAGER_WORKSPACE_PREFIX"]

c.JupyterHub.base_url = os.getenv("BASE_URL", "/").rstrip("/") + "/"

c.JupyterHub.authenticator_class = EoepcaOAuthenticator
c.Authenticator.enable_auth_state = True
Expand Down
1 change: 1 addition & 0 deletions charts/application-hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ jupyterhub:
APP_HUB_NAMESPACE: "app-hub"
STORAGE_CLASS: "managed-nfs-storage"
RESOURCE_MANAGER_WORKSPACE_PREFIX: "develop-user"
BASE_URL: "/"

extraContainers: []
extraVolumes:
Expand Down

0 comments on commit 1b7d17e

Please sign in to comment.