diff options
author | Brian Freeman <bf1936@att.com> | 2019-07-18 19:58:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-18 19:58:21 +0000 |
commit | 25d245fc8a18f34fa64fca0086acdf19fbc50e0e (patch) | |
tree | 838ee972f7ca0f9f11f8f1284b2f6b784b4ff7b2 /kubernetes | |
parent | 1511ded5f07906e270d967755a3f07ac7cc53d56 (diff) | |
parent | 969a783bda4f953f70643a9bbd699b4c2af3d32c (diff) |
Merge "Bump testsuite image to 1.5.0-STAGING-latest" into staging
Diffstat (limited to 'kubernetes')
-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 1bbe664def..ff59bedd7d 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.4.2 +image: onap/testsuite:1.5.0-STAGING-latest pullPolicy: Always ubuntuInitImage: oomk8s/ubuntu-init:2.0.0 |