Skip to content

Commit

Permalink
Upgrade to JupyterHub 5.0 (#2427)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
krassowski and pre-commit-ci[bot] authored May 8, 2024
1 parent bb321cf commit 7d0c28e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def service_for_jhub_apps(name, url):
"url": url,
"external": True,
},
"oauth_no_confirm": True,
}

c.JupyterHub.services.extend(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ resource "helm_release" "jupyterhub" {

repository = "https://jupyterhub.github.io/helm-chart/"
chart = "jupyterhub"
version = "3.2.1"
version = "4.0.0-0.dev.git.6586.h0a16e5a0"

values = concat([
file("${path.module}/values.yaml"),
Expand Down

0 comments on commit 7d0c28e

Please sign in to comment.