Skip to content

Commit

Permalink
Use Helm Chart for JupyterHub 5.1.0 (#2661)
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski authored Aug 29, 2024
1 parent 3caf45b commit 230e8d0
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.6619.hd126b1bd"
version = "4.0.0-0.dev.git.6707.h109668fd"

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

0 comments on commit 230e8d0

Please sign in to comment.