diff options
author | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2022-11-10 11:46:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-11-10 11:46:12 +0000 |
commit | a8f00b5f159ed51231e7707c7e99ede11d635424 (patch) | |
tree | f29176b568f6ab06890760597b86a63ddf756695 /kubernetes/robot | |
parent | eeecb41f11a06b7cce90a1c2b28972bde390cfdf (diff) | |
parent | 4ae3fad079920abe76b4d473175ad6cba51a8a97 (diff) |
Merge "[ROBOT] Update testsuite version to 1.11.1"
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 |