diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-06-02 16:23:37 +0200 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-06-02 16:25:45 +0200 |
commit | 7ee95b4c8f667dd0506499db17688473309cd91e (patch) | |
tree | 1d93139cc7aae5c62a2a308894bb988b64dc6b2e | |
parent | 51322d3b374588a051b4a5522fbd25ac92ffb328 (diff) |
bump testsuite 1.6.3 for frankfurt RC2
the delta with 1.6.2 includes minor fixes for
- 5gbulkpm
- pnf-registrate
Please note that these changes are already taken into account in CI
as xtesting dockers are rebuilt everyday but it is cleaner to execute
the use cases
Issue-ID: INT-1553
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ibd41c65d4190421e7c790f7e1f8a754923803757
Signed-off-by: mrichomme <morgan.richomme@orange.com>
-rw-r--r-- | values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/values.yaml b/values.yaml index 1b0ecea..bc6368c 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.2 +image: onap/testsuite:1.6.3 pullPolicy: Always ubuntuInitImage: oomk8s/ubuntu-init:2.0.0 |