diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2022-11-02 09:34:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-11-02 09:34:42 +0000 |
commit | 6f091ec13ebdaa06578d475402971d827fa11f35 (patch) | |
tree | 37ff923773135ca31c4a56fc47bd09e56b55ba6e /kubernetes | |
parent | 26411370f979ba4e2d1fc1b9f4bd8e3f23f0fee1 (diff) | |
parent | 2156401446ba7ff8af30a403ede4c27826448c1f (diff) |
Merge "[ROBOT] Update to Kohn version of the testsuite"
Diffstat (limited to 'kubernetes')
-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 |