From 828784522e1d75219e5f1147f77d8410dfaface6 Mon Sep 17 00:00:00 2001 From: Fang Xu Date: Sun, 22 Jun 2025 13:40:59 +1000 Subject: [PATCH 1/3] include smarter device manager as the subchart to use with Neurodesk Jupyter notebook --- releases/xnat/Chart.yaml | 6 +++++- releases/xnat/values.yaml | 10 ++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/releases/xnat/Chart.yaml b/releases/xnat/Chart.yaml index 94271cd..4119a3d 100644 --- a/releases/xnat/Chart.yaml +++ b/releases/xnat/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.18 +version: 1.1.19 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -30,3 +30,7 @@ dependencies: - name: xnat-web condition: xnat-web.enabled version: "1.1.18" +- name: smarter-device-manager + condition: smarter-device-manager.enabled + repository: "https://smarter-project.github.io/smarter-device-manager" + version: "0.0.10" \ No newline at end of file diff --git a/releases/xnat/values.yaml b/releases/xnat/values.yaml index 3f1d61d..2975e1a 100644 --- a/releases/xnat/values.yaml +++ b/releases/xnat/values.yaml @@ -259,3 +259,13 @@ xnat-web: timezone: "" +smarter-device-manager: + image: + repository: ghcr.io/smarter-project/smarter-device-manager + tag: "v1.20.12" + pullPolicy: IfNotPresent + enabled: false + # config: + # - devicematch: ^fuse$ + # nummaxdevices: 10 + From 2d107355678fa67450f59cde283a885750445148 Mon Sep 17 00:00:00 2001 From: Fang Xu Date: Mon, 14 Jul 2025 10:12:25 +1000 Subject: [PATCH 2/3] Update chart to 1.1.19 and app version to 1.9.2 --- releases/xnat/Chart.yaml | 6 +++--- releases/xnat/charts/xnat-web/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/releases/xnat/Chart.yaml b/releases/xnat/Chart.yaml index 94271cd..df3d040 100644 --- a/releases/xnat/Chart.yaml +++ b/releases/xnat/Chart.yaml @@ -15,12 +15,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.18 +version: 1.1.19 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 1.9.1.2 +appVersion: 1.9.2 dependencies: - name: postgresql @@ -29,4 +29,4 @@ dependencies: version: "15.5.38" # postgresql app version 16.4.0 - name: xnat-web condition: xnat-web.enabled - version: "1.1.18" + version: "1.1.19" diff --git a/releases/xnat/charts/xnat-web/Chart.yaml b/releases/xnat/charts/xnat-web/Chart.yaml index e12189b..f31b40f 100644 --- a/releases/xnat/charts/xnat-web/Chart.yaml +++ b/releases/xnat/charts/xnat-web/Chart.yaml @@ -15,9 +15,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.18 +version: 1.1.19 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 1.9.1.2 +appVersion: 1.9.2 From df9d4181d24cb683d18651102e1af93ceb446a6b Mon Sep 17 00:00:00 2001 From: Fang Xu Date: Sun, 22 Jun 2025 13:40:59 +1000 Subject: [PATCH 3/3] include smarter device manager as the subchart to use with Neurodesk Jupyter notebook --- releases/xnat/Chart.yaml | 4 ++++ releases/xnat/values.yaml | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/releases/xnat/Chart.yaml b/releases/xnat/Chart.yaml index df3d040..162304c 100644 --- a/releases/xnat/Chart.yaml +++ b/releases/xnat/Chart.yaml @@ -30,3 +30,7 @@ dependencies: - name: xnat-web condition: xnat-web.enabled version: "1.1.19" +- name: smarter-device-manager + condition: smarter-device-manager.enabled + repository: "https://smarter-project.github.io/smarter-device-manager" + version: "0.0.10" diff --git a/releases/xnat/values.yaml b/releases/xnat/values.yaml index 3f1d61d..2975e1a 100644 --- a/releases/xnat/values.yaml +++ b/releases/xnat/values.yaml @@ -259,3 +259,13 @@ xnat-web: timezone: "" +smarter-device-manager: + image: + repository: ghcr.io/smarter-project/smarter-device-manager + tag: "v1.20.12" + pullPolicy: IfNotPresent + enabled: false + # config: + # - devicematch: ^fuse$ + # nummaxdevices: 10 +