diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2019-08-01 17:36:12 +0300 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2019-08-07 08:38:38 +0000 |
commit | 2cba24612ce6cd221dbb166519b2d9e7abad58ae (patch) | |
tree | 493f9d6b9dc880938c0bf714ba73f971d349ea8c /kubernetes/sdc/charts/sdc-dcae-dt | |
parent | 6261ee91de1fec034cadc5c0be87a92869c5bd14 (diff) |
Update SDC DCAE-DS charts
Change-Id: I699863544bb2b4dc8ff8f7597bcf61e02646de45
Issue-ID: SDC-2478
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
(cherry picked from commit 710166391ca301f9c9fcdbb1ddcd1c2a4882ec1e)
Diffstat (limited to 'kubernetes/sdc/charts/sdc-dcae-dt')
-rw-r--r-- | kubernetes/sdc/charts/sdc-dcae-dt/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/sdc/charts/sdc-dcae-dt/values.yaml b/kubernetes/sdc/charts/sdc-dcae-dt/values.yaml index 2b8fd9027f..f586f27dc3 100644 --- a/kubernetes/sdc/charts/sdc-dcae-dt/values.yaml +++ b/kubernetes/sdc/charts/sdc-dcae-dt/values.yaml @@ -27,7 +27,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/dcae-dt:1.2.0 +image: onap/dcae-dt:1.3.1 pullPolicy: IfNotPresent config: javaOptions: -XX:MaxPermSize=256m -Xmx1024m -Dconfig.home=config -Dlog.home=/var/lib/jetty/logs/ -Dlogging.config=config/dcae-dt/logback-spring.xml |