alarmadapter helm renamed to alarmmanager
modified requirements.yaml to update the ric-common version tag
renamed alarmadapter.tpl to alarmmanager.tpl
added reference to dbaas
helm version changed to 2.17.0
cherry update
Change-Id: I21197189f5f334d3c2bacaf857779240bca7e206
Signed-off-by: vipin <vipin.mavila@nokia.com>
diff --git a/bin/verify-ric-charts b/bin/verify-ric-charts
index e9630c4..696e447 100755
--- a/bin/verify-ric-charts
+++ b/bin/verify-ric-charts
@@ -28,7 +28,7 @@
if [[ "${1:-nope}" != "nope" ]]; then
HELMVERSION=$1
else
- HELMVERSION=2.12.3
+ HELMVERSION=2.17.0
fi
if [[ "${2:-nope}" != "nope" ]]; then
OVERRIDEYAML=$2