diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-11-20 15:17:22 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-11-20 22:39:58 -0800 |
commit | 414915d2eaba4bcd8e57640cc24a392a2dc42dae (patch) | |
tree | 6cc0a83c27014209bb1437f0191fe62fbd0b2941 /kubernetes/sdc/charts/sdc-dcae-dt | |
parent | 517df2af21ceb0d7ff186934993e228454bebeee (diff) |
Sync docker tags with release manifest
Sync docker tags with the release manifest from integration
repo commit 0aad96cbbcdb97c2b074cb83d367c29dac6243df.
Issue-ID: INT-663
Change-Id: I877077c3a35cb196c89ebb0e27dfe452e12b5249
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
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 f04b8fa5f2..cf0640565c 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-STAGING-latest +image: onap/dcae-dt:1.2.0 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 |