Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/events/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: events
description: Data Analysis event triggering
type: application

version: 0.3.11
version: 0.3.12

dependencies:
- name: argo-events
Expand Down
17 changes: 0 additions & 17 deletions charts/events/templates/example-trigger-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,6 @@ spec:
---
apiVersion: workflows.diamond.ac.uk/v1alpha1
kind: ClusterTriggerTemplate
metadata:
name: i15-1-trigger
labels:
workflows.diamond.ac.uk/source: message-bus
workflows.diamond.ac.uk/beamline: i15-1
spec:
eventName: i15-1-message
workflow:
template: access-visit-dir
triggerOnMessageType: stop
parameters:
- name: visitdir
path: doc.data_session_directory

---
apiVersion: workflows.diamond.ac.uk/v1alpha1
kind: ClusterTriggerTemplate
metadata:
name: visr-trigger
labels:
Expand Down
2 changes: 1 addition & 1 deletion charts/groups/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: group-projects
description: A collection of AppProjects and Apps for science domain groups
type: application

version: 0.3.18
version: 0.3.19
2 changes: 2 additions & 0 deletions charts/groups/templates/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
clusterResourceWhitelist:
- group: argoproj.io
kind: ClusterWorkflowTemplate
- group: workflows.diamond.ac.uk
kind: ClusterTriggerTemplate
namespaceResourceWhitelist:
- group: argoproj.io
kind: WorkflowTemplate
Expand Down
3 changes: 3 additions & 0 deletions charts/groups/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ groups:
repoURL: https://github.com/DiamondLightSource/crystallography-workflows
path: I15-1_workflows
sourceType: helm
- name: i15-1-triggers
repoURL: https://github.com/DiamondLightSource/crystallography-workflows
path: I15-1_workflows/triggertemplates
- name: test-rig
enabled: true
permittedRepos: []
Expand Down
Loading