diff options
author | Yang Xu <yang.xu@futurewei.com> | 2019-06-24 22:33:26 -0400 |
---|---|---|
committer | Gary Wu <gary.wu@futurewei.com> | 2019-06-25 16:38:21 +0000 |
commit | ddf94c765c2b8da23a4e07416fd2a2df96e0eb70 (patch) | |
tree | 14eadc7d1d3beba8258052bc9312efd365b66358 /kubernetes/robot/values.yaml | |
parent | 422d76001f0f5832fdb89d32c5a09ea5e2d60ae5 (diff) |
Update robot image version
Signed-off-by: Yang Xu <yang.xu@futurewei.com>
Issue-ID: INT-1122
Change-Id: I9c486ea3e10d15c193029b3903b3547732c917d1
Diffstat (limited to 'kubernetes/robot/values.yaml')
-rw-r--r-- | 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 9afb81e4f2..1bbe664def 100644 --- 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.1 +image: onap/testsuite:1.4.2 pullPolicy: Always ubuntuInitImage: oomk8s/ubuntu-init:2.0.0 |