diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2019-10-25 18:55:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-25 18:55:58 +0000 |
commit | 15dd9092b150ff94a26f7041f1f5745d257f77e1 (patch) | |
tree | 089d32820d8ed336e4b5daf5bb90a280135c04ac | |
parent | 2ee8f97d05bccd51fb03437ac4331f810e6f2bd9 (diff) | |
parent | b3851639da13f7ce61f89d7fd7caf163d7c2f36a (diff) |
Merge "Update policy brmsgw to point to latest versions"
-rw-r--r-- | kubernetes/policy/charts/brmsgw/resources/config/pe/brmsgw.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/policy/charts/brmsgw/resources/config/pe/brmsgw.conf b/kubernetes/policy/charts/brmsgw/resources/config/pe/brmsgw.conf index 01c79be6e3..0989a02e2e 100644 --- a/kubernetes/policy/charts/brmsgw/resources/config/pe/brmsgw.conf +++ b/kubernetes/policy/charts/brmsgw/resources/config/pe/brmsgw.conf @@ -63,5 +63,5 @@ BRMS_UEB_API_KEY= BRMS_UEB_API_SECRET= #Dependency.json file version -BRMS_DEPENDENCY_VERSION=1.4.2 -BRMS_MODELS_DEPENDENCY_VERSION=2.0.2 +BRMS_DEPENDENCY_VERSION=1.5.3 +BRMS_MODELS_DEPENDENCY_VERSION=2.1.4 |