From 3ee3102dfa6d0fc7907d1c4e33973127a6422734 Mon Sep 17 00:00:00 2001 From: Usman Akinyemi Date: Tue, 16 Sep 2025 05:04:47 +0530 Subject: [PATCH] docs: add note on DAG Installer Chart location and usage Added documentation pointing to the DAG Installer Chart in the Kaapana repository and clarified that users must download it locally and ensure the `requirements.yaml` path points to the correct directory before running workflows. --- kaapana_ivim_osipi/INSTALL_WORKFLOW.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/kaapana_ivim_osipi/INSTALL_WORKFLOW.md b/kaapana_ivim_osipi/INSTALL_WORKFLOW.md index 9d2f7c6..4aece0d 100644 --- a/kaapana_ivim_osipi/INSTALL_WORKFLOW.md +++ b/kaapana_ivim_osipi/INSTALL_WORKFLOW.md @@ -95,6 +95,19 @@ Helm chart configuration for Kubernetes deployment: - **`values.yaml`**: Default configuration values - **`requirements.yaml`**: Chart dependencies +#### DAG Installer Chart + +The **DAG Installer Chart** can be found in the Kaapana repository under: +[services/utils/dag-installer-chart](https://github.com/kaapana/kaapana/tree/develop/services/utils/dag-installer-chart) + +It is referenced in `requirements.yaml` as: + +```yaml +repository: "file:///home/usman/kaapana/services/utils/dag-installer-chart/" +``` + +Users must download the chart and ensure the path in `requirements.yaml` points to the correct local directory before installing the workflow. + ## Workflow Features ### Input Flexibility