From 6cce5197b9d78caaff8bc777f5bfbcef70a2e02b Mon Sep 17 00:00:00 2001 From: Matt Bixley Date: Mon, 5 Aug 2024 11:42:52 +1200 Subject: [PATCH] Update ondemand-config.yml.example python app version --- vars/ondemand-config.yml.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vars/ondemand-config.yml.example b/vars/ondemand-config.yml.example index c94af70..aed3af1 100644 --- a/vars/ondemand-config.yml.example +++ b/vars/ondemand-config.yml.example @@ -2,9 +2,9 @@ # paramaters you are most likely to want to change are in this top section # number of training users -num_users_create: 2 +num_users_create: 1 # number of trainer users -num_trainers_create: 2 +num_trainers_create: 1 # control plane flavour, usually set to # - "balanced1.2cpu4ram" for testing @@ -108,9 +108,9 @@ ood_apps: pre_pull: false intro_python: - k8s_container: ghcr.io/nesi/training-environment-jupyter-python-app:v0.2.0 + k8s_container: ghcr.io/nesi/training-environment-jupyter-python-app:v0.3.0 repo: https://github.com/nesi/training-environment-jupyter-python-app.git - version: 'v0.2.0' + version: 'v0.3.0' enabled: true pre_pull: true