From 2b4fd82afa8b9a67076679068e8256b6921ade6c Mon Sep 17 00:00:00 2001 From: Chris Scott Date: Tue, 20 Feb 2024 08:49:49 +1300 Subject: [PATCH] adding latest versions of rstudio, ml102, ml102 --- vars/ondemand-config.yml.example | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/vars/ondemand-config.yml.example b/vars/ondemand-config.yml.example index 7e3d5c6..5834ebf 100644 --- a/vars/ondemand-config.yml.example +++ b/vars/ondemand-config.yml.example @@ -77,16 +77,21 @@ clusters: # apps config ood_install_apps: - jupyter_ml102_k8s: - repo: https://github.com/chrisdjscott/ood_ml102_workshop_k8s.git - version: 'ca202976ba5167ea5bd508e0795148e5d4dc4f33' + jupyter_ml101: + repo: https://github.com/nesi/training-environment-jupyter-ml101-app.git + version: 'v0.1.0' + + jupyter_ml102: + repo: https://github.com/nesi/training-environment-jupyter-ml102-app.git + version: 'v0.1.0' rstudio: repo: https://github.com/nesi/training-environment-rstudio-app.git - version: 'f0bcf0fb5346ad6b7ae4dacee48c5a0f4017a982' + version: 'v0.1.0' pinned_apps: - - sys/jupyter_ml102_k8s + - sys/jupyter_m101 + - sys/jupyter_ml102 - sys/rstudio # HTTPS LetsEncrypt Settings