diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-02-18 14:26:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-18 14:26:25 +0000 |
commit | bc942c108be6d375341a8923a94abfbd6dcca2f5 (patch) | |
tree | 2ff5765d3b5cd060cf8839ea57437d8bbc89a94e | |
parent | 966820f8d02c5b1e444d5e294951a2cd4f19e4fa (diff) | |
parent | 8953ba4f9b24d4773d0aa71fafa6e237ebfb37ba (diff) |
Merge "Update policy brmsgw to point to latest versions" into elalto
-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 |