Bump robot image version 02/75902/1
authorYang Xu <yang.xu3@huawei.com>
Wed, 16 Jan 2019 20:25:00 +0000 (15:25 -0500)
committerYang Xu <yang.xu3@huawei.com>
Wed, 16 Jan 2019 20:35:19 +0000 (15:35 -0500)
We have tested the image version 1.3.3, and here is the result of kubectl describe robot pod:

root@oom-rancher:~# kubectl -n onap describe pod dev-robot-robot-6df6cc5768-lfhzx
Name:           dev-robot-robot-6df6cc5768-lfhzx
Namespace:      onap
Node:           oom-k8s-09/10.0.0.15
Start Time:     Mon, 17 Dec 2018 16:05:40 +0000
Labels:         app=robot
                pod-template-hash=2892771324
                release=dev-robot
Annotations:    <none>
Status:         Running
IP:             10.42.0.48
Controlled By:  ReplicaSet/dev-robot-robot-6df6cc5768
Containers:
  robot:
    Container ID:   docker://c28d313fd4a77d5a59eafa2e23f1b508106c70cc2a1e3e74f7527ee0ef34de7a
    Image:          10.12.5.2:5000/onap/testsuite:1.3.3-STAGING-latest
    Image ID:       docker-pullable://10.12.5.2:5000/onap/testsuite@sha256:6fc22c81afe5973feef8bf3ac1a8955873d4266304816775890e4ed0a85ec040
    Port:           88/TCP
    Host Port:      0/TCP
    State:          Running
      Started:      Mon, 17 Dec 2018 16:24:20 +0000
    Ready:          True

Change-Id: I1c8fbf17289f309c6e52b8afdb9b74be02d8bbb3
Issue-ID: INT-775
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
kubernetes/robot/values.yaml

index ede9a04..d55ee9e 100755 (executable)
@@ -22,7 +22,7 @@ global: # global defaults
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/testsuite:1.3.2
+image: onap/testsuite:1.3.3
 pullPolicy: Always
 
 ubuntuInitImage: oomk8s/ubuntu-init:2.0.0