diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-06-27 12:08:26 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-06-27 12:08:31 -0400 |
commit | ca28f2de15e193e729ebfcc8f7ad039c8c09573e (patch) | |
tree | 00a1591119b0b6a32601998fa69af9052f006923 /kubernetes/policy/charts | |
parent | df7fba01e18132103b9ddd6e4d64a4777323340d (diff) |
brmsgw config not pointing to released artifcats
These should be pointing to released artifacts.
Issue-ID: POLICY-1872
Change-Id: I08323704159864c636cb9d23e0563e05c7c932d6
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'kubernetes/policy/charts')
-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 |