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 | 4cbdb7a3d3b66575a479e8c60a3a272da55a681b (patch) | |
tree | 7475956c9fcd11317078ac451b90dfbf2c137807 | |
parent | d2d4faa523aa1f7c475c3f5f84ee57f31bdfad7f (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
-rwxr-xr-x | values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/values.yaml b/values.yaml index 4c65c5b..5d41e06 100755 --- a/values.yaml +++ b/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 |