summaryrefslogtreecommitdiffstats
path: root/requirements.yaml
diff options
context:
space:
mode:
authorkj <keren.joseph@amdocs.com>2018-03-19 15:07:44 +0200
committerkj <keren.joseph@amdocs.com>2018-03-27 19:48:13 +0300
commit6a8ce801a6afe0a26694b02532773b1938e2dd70 (patch)
tree6d1a2f391545a18f967a59c0b2f7a21887baaf5c /requirements.yaml
parente3b6f914d6daf91ca110060c2b8696ff04b82773 (diff)
Add standardized helm chart for aai
Issue-ID: OOM-734 Change-Id: I6b1a85017d79b92afcae44cf823ab000a10ce4be Signed-off-by: kj <keren.joseph@amdocs.com>
Diffstat (limited to 'requirements.yaml')
-rw-r--r--requirements.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/requirements.yaml b/requirements.yaml
new file mode 100644
index 0000000..56029ab
--- /dev/null
+++ b/requirements.yaml
@@ -0,0 +1,7 @@
+dependencies:
+ - name: common
+ version: ~2.0.0
+ # local reference to common chart, as it is
+ # a part of this chart's package and will not
+ # be published independently to a repo (at this point)
+ repository: '@local' \ No newline at end of file