Add dbuf and pfcp agent
Change-Id: Iefcdbf1e2f32e0e97ec17abab85941615ba5bac6
diff --git a/sdfabric/Chart.yaml b/sdfabric/Chart.yaml
index 0c7d0c1..1647a9c 100644
--- a/sdfabric/Chart.yaml
+++ b/sdfabric/Chart.yaml
@@ -7,7 +7,7 @@
description: A chart to deploy all SD-Fabric components
kubeVersion: ">=1.18.0"
type: application
-version: 1.0.0
+version: 1.0.1
keywords:
- aether
- sdn
@@ -23,3 +23,11 @@
- name: stratum
repository: https://charts.stratumproject.org/
version: 0.1.13
+ - name: pfcp-agent
+ repository: file://../pfcp-agent
+ version: 0.0.1
+ condition: import.pfcp-agent.enabled
+ - name: dbuf
+ repository: file://../dbuf
+ version: 0.0.1
+ condition: import.dbuf.enabled