diff options
author | Gary Wu <gwu@futurewei.com> | 2019-05-24 09:30:57 -0700 |
---|---|---|
committer | Gary Wu <gwu@futurewei.com> | 2019-05-24 09:31:24 -0700 |
commit | fa6510ba978ea18e0d637e55b184b5623a6effba (patch) | |
tree | 41114a860083dacbe61c16e422487eb05ed34609 /kubernetes | |
parent | 0878becb0a3fd95d158fc2f161ab7be4028c85b7 (diff) |
Updates testsuite docker to release version 1.4.0
Issue-ID: INT-1055
Signed-off-by: Gary Wu <gwu@futurewei.com>
Change-Id: I2c27ee3c6fb18beb8941aa479ab0fc298dcd9a5f
Diffstat (limited to 'kubernetes')
-rwxr-xr-x | kubernetes/robot/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/robot/values.yaml b/kubernetes/robot/values.yaml index 4c65c5b88b..5d41e065e4 100755 --- a/kubernetes/robot/values.yaml +++ b/kubernetes/robot/values.yaml @@ -22,7 +22,7 @@ global: # global defaults # application image repository: nexus3.onap.org:10001 -image: onap/testsuite:1.4.0-STAGING-latest +image: onap/testsuite:1.4.0 pullPolicy: Always ubuntuInitImage: oomk8s/ubuntu-init:2.0.0 |