Skip to content

Commit

Permalink
Use Helm Chart for JupyterHub 5.0.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed May 27, 2024
1 parent 619684d commit ebdd332
Showing 1 changed file with 1 addition and 1 deletion.
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 = "4.0.0-0.dev.git.6607.hd1a1130e"
version = "4.0.0-0.dev.git.6619.hd126b1bd"

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

0 comments on commit ebdd332

Please sign in to comment.