diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2022-10-27 15:00:10 +0200 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2022-10-27 15:03:35 +0200 |
commit | 2156401446ba7ff8af30a403ede4c27826448c1f (patch) | |
tree | 2a11da44f249db3248567b781880d30506d4a182 | |
parent | 75399a675ad5a179a1d2ffcbdb11be5e88351283 (diff) |
[ROBOT] Update to Kohn version of the testsuite
Update the testsuite image version for Kohn
Issue-ID: INT-2159
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I7586a21c1bc01048ba8d2d68ad946772a4c74a94
-rw-r--r-- | kubernetes/robot/values.yaml | 4 |
1 files 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 |