diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2019-07-09 11:15:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-09 11:15:13 +0000 |
commit | 737a17a3900d85d63fa34ea195d7c4bd4b45220b (patch) | |
tree | e3eabdff329b4f485cefcb9a663b2c9cce810171 | |
parent | 5254510864d175c41d78de756b1186b779eecb9f (diff) | |
parent | ca28f2de15e193e729ebfcc8f7ad039c8c09573e (diff) |
Merge "brmsgw config not pointing to released artifcats"
-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 7f611a1976..01c79be6e3 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.0 -BRMS_MODELS_DEPENDENCY_VERSION=2.0.0 +BRMS_DEPENDENCY_VERSION=1.4.2 +BRMS_MODELS_DEPENDENCY_VERSION=2.0.2 |