From 9818d2e1b278a8990f28175fc315c928d1704cdf Mon Sep 17 00:00:00 2001 From: Paul Xu Date: Thu, 15 Aug 2024 15:02:52 -0400 Subject: [PATCH] revert jupyterhub version --- tests/sample-jhub/main.tf | 2 +- tests/sample-jhub/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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