From 78403c923fb16a611fea42d749cab8bc19138265 Mon Sep 17 00:00:00 2001 From: VictoriaBeilstenEdmands Date: Mon, 15 Sep 2025 08:39:24 +0100 Subject: [PATCH] feat(groups): add new structures-and-surfaces templates repo --- charts/groups/Chart.yaml | 2 +- charts/groups/values.yaml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/charts/groups/Chart.yaml b/charts/groups/Chart.yaml index 3e9133763..2806d2fc2 100644 --- a/charts/groups/Chart.yaml +++ b/charts/groups/Chart.yaml @@ -3,4 +3,4 @@ name: group-projects description: A collection of AppProjects and Apps for science domain groups type: application -version: 0.3.15 +version: 0.3.16 diff --git a/charts/groups/values.yaml b/charts/groups/values.yaml index 412e2c70b..9f0419970 100644 --- a/charts/groups/values.yaml +++ b/charts/groups/values.yaml @@ -67,3 +67,11 @@ groups: repoURL: https://github.com/DiamondLightSource/test-rig-workflows path: visr sourceType: helm + - name: structures-and-surfaces + enabled: true + permittedRepos: [] + apps: + - name: i07 + repoURL: https://github.com/DiamondLightSource/structures-and-surfaces-workflows + path: i07 + sourceType: helm