diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-06-02 16:23:37 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-06-04 07:03:52 +0000 |
commit | 36eee9317915ad1728421a5abeaa84fff239911c (patch) | |
tree | 2d94ae1d416d5e87d3d0b125d7e1bb16ffd62171 | |
parent | d80164a8b6d73762dcfd8d14262811b7ff52caf3 (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>
(cherry picked from commit 7ee95b4c8f667dd0506499db17688473309cd91e)
-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 |