diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-09-29 10:42:14 +0200 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-09-29 10:42:14 +0200 |
commit | d4d20fe81e2fb4ee98e16c2b350b0981202f57d6 (patch) | |
tree | e640436b28b290ed862094b47429e57a776e059d | |
parent | 0611262fbb68714cfdb922f13ffb009b58a43f71 (diff) |
Bump testsuite 1.7.0 for Guilin
It consists mainly in simple robot changes
It is far from our target for the moment
- chart not brought back to OOM repo
- baseline image too big
- pod launched as root
- pod still dealing with python 2.7
A refactoring of the pod was planned for Guilin but it is not ready.
Note: The changes are already taken into account in CI through the
xtesting dockers
Issue-ID: INT-1690
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I169f65638bb01fb5ef417344119f9526ef5daa08
-rw-r--r-- | values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/values.yaml b/values.yaml index 68efa8d..4d31ea7 100644 --- a/values.yaml +++ b/values.yaml @@ -22,7 +22,7 @@ global: # global defaults # application image repository: nexus3.onap.org:10001 -image: onap/testsuite:1.6.4 +image: onap/testsuite:1.7.0 pullPolicy: Always ubuntuInitImage: oomk8s/ubuntu-init:2.0.0 |