diff options
author | 2025-03-04 10:55:02 +0100 | |
---|---|---|
committer | 2025-03-04 10:55:02 +0100 | |
commit | 574064a46a1d150185a54f986d8dcfc84eb45ed8 (patch) | |
tree | 2395960ba100b87b2a5db01d3adf233613c71350 /kubernetes/robot | |
parent | 6602551f7bac15cdaf7cbf2b9b6d3f43ae482fc6 (diff) |
[INT] Use new 1.14.0 robot/testsuite image
- use newer testsuite image (1.12.2 -> 1.14.0)
Issue-ID: INT-2298
Change-Id: I266fc2b24ad1448d2d6ff7dc87767202cb52ee25
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
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 6025462649..32dfa2330b 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.12.2 +image: onap/testsuite:1.14.0 pullPolicy: Always ubuntuInitImage: oomk8s/ubuntu-init:2.0.0 |