From 2156401446ba7ff8af30a403ede4c27826448c1f Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Thu, 27 Oct 2022 15:00:10 +0200 Subject: [PATCH] [ROBOT] Update to Kohn version of the testsuite Update the testsuite image version for Kohn Issue-ID: INT-2159 Signed-off-by: Andreas Geissler Change-Id: I7586a21c1bc01048ba8d2d68ad946772a4c74a94 --- kubernetes/robot/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/robot/values.yaml b/kubernetes/robot/values.yaml index d7ee2437c8..daeec75281 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.8.0 +image: onap/testsuite:1.11.0 pullPolicy: Always ubuntuInitImage: oomk8s/ubuntu-init:2.0.0 @@ -471,4 +471,4 @@ persistence: serviceAccount: nameOverride: robot roles: - - read \ No newline at end of file + - read -- 2.16.6