diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-05-26 06:51:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-26 06:51:23 +0000 |
commit | 7bd12809f5e701fa5a040bbe2ebcaac1fc3e0184 (patch) | |
tree | 43ca41a3ec5fe74de232c94eca8bab8d6abd09f2 /kubernetes/policy/charts/brmsgw | |
parent | a9781dc2e8651467fd832ff43ec9b6a12bc0133d (diff) | |
parent | 080016d9a7f2e9466025d9c5930ad2f377f222a9 (diff) |
Merge "[POLICY] frankfurt RC2 images"
Diffstat (limited to 'kubernetes/policy/charts/brmsgw')
-rw-r--r-- | kubernetes/policy/charts/brmsgw/resources/config/pe/brmsgw.conf | 4 | ||||
-rw-r--r-- | kubernetes/policy/charts/brmsgw/values.yaml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/policy/charts/brmsgw/resources/config/pe/brmsgw.conf b/kubernetes/policy/charts/brmsgw/resources/config/pe/brmsgw.conf index 90248b8836..a0e5d1ec87 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.6.3 -BRMS_MODELS_DEPENDENCY_VERSION=2.2.5 +BRMS_DEPENDENCY_VERSION=1.6.4 +BRMS_MODELS_DEPENDENCY_VERSION=2.2.6 diff --git a/kubernetes/policy/charts/brmsgw/values.yaml b/kubernetes/policy/charts/brmsgw/values.yaml index b906e46468..70a2e3e855 100644 --- a/kubernetes/policy/charts/brmsgw/values.yaml +++ b/kubernetes/policy/charts/brmsgw/values.yaml @@ -56,7 +56,7 @@ secrets: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/policy-pe:1.6.3 +image: onap/policy-pe:1.6.4 pullPolicy: Always # flag to enable debugging - application support required |