diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2022-11-09 11:04:24 +0100 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2022-11-09 11:08:38 +0100 |
commit | 4ae3fad079920abe76b4d473175ad6cba51a8a97 (patch) | |
tree | 48d5c0d0aa6149f5566cbfc0bfbf677ab9981731 /kubernetes/robot | |
parent | bb23177521042d092d94922187b2a7cb9052c85a (diff) |
[ROBOT] Update testsuite version to 1.11.1
Update the testsuite version to solve the problems in the
DCAEMOD testcase and robot requests library version
Issue-ID: OOM-3005
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I90d1ad926cceb6466394eb598ceda5a0d24eef4f
Diffstat (limited to 'kubernetes/robot')
-rw-r--r-- | kubernetes/robot/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/robot/values.yaml b/kubernetes/robot/values.yaml index daeec75281..bf11e1306e 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.11.0 +image: onap/testsuite:1.11.1 pullPolicy: Always ubuntuInitImage: oomk8s/ubuntu-init:2.0.0 |