diff --git a/tests/sample-jhub/main.tf b/tests/sample-jhub/main.tf index 7d64677..31b5966 100644 --- a/tests/sample-jhub/main.tf +++ b/tests/sample-jhub/main.tf @@ -67,7 +67,7 @@ module "sample-jhub" { shared_storage_capacity = 2 # ---------------- HELM/JHUB VARIABLES ----------------------- - jhub_helm_version = "3.0.0" + jhub_helm_version = "3.0.0-beta.3.git.6259.h5b6e57ed" helm_deploy_timeout = 1000 helm_values_file = var.helm_values_file diff --git a/tests/sample-jhub/values.yaml b/tests/sample-jhub/values.yaml index ce7c0a0..9ec2924 100644 --- a/tests/sample-jhub/values.yaml +++ b/tests/sample-jhub/values.yaml @@ -35,7 +35,7 @@ singleuser: ["/bin/sh", "-c", "chmod -f 600 /home/jovyan/.ssh/id_rsa || true;"] proxy: https: - enabled: false + enabled: true type: secret secret: name: jupyterhub-tls