We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4705ef0 + b90d5da commit a3c701aCopy full SHA for a3c701a
1 file changed
src/_nebari/stages/kubernetes_services/template/modules/kubernetes/services/jupyterhub/main.tf
@@ -57,7 +57,7 @@ resource "helm_release" "jupyterhub" {
57
58
repository = "https://jupyterhub.github.io/helm-chart/"
59
chart = "jupyterhub"
60
- version = "4.0.0-0.dev.git.6707.h109668fd"
+ version = "4.2.0"
61
62
values = concat([
63
file("${path.module}/values.yaml"),
0 commit comments