Skip to content

Commit

Permalink
revert jupyterhub version
Browse files Browse the repository at this point in the history
  • Loading branch information
digicosmos86 committed Aug 15, 2024
1 parent 6148d40 commit 9818d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/sample-jhub/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/sample-jhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9818d2e

Please sign in to comment.