diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-09-18 07:11:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-09-18 07:11:09 +0000 |
commit | 1ee2b57a550ace45691704f861dd71d100639818 (patch) | |
tree | 7ef9aa5e02c88aad549ae104a9b5a89c761afd46 | |
parent | dd8c936b682e80714bd91a3b10429be636926e71 (diff) | |
parent | 562c54be5dfdc07d2fa062847378e521efc1bd2d (diff) |
Merge "[ROBOT] Update testsuite image version"
-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 1f084a6bc6..1cd9db934d 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.1 +image: onap/testsuite:1.12.2 pullPolicy: Always ubuntuInitImage: oomk8s/ubuntu-init:2.0.0 |