Take latest Rally K8S patch into account
[functest-kubernetes.git] / functest_kubernetes / ims / chronos-depl.yaml
index 906d135..73d70b2 100644 (file)
@@ -17,11 +17,10 @@ spec:
       terminationGracePeriodSeconds: 120
       initContainers:
         - name: wait-on-cassandra
-          image: busybox:1.28
+          image: {{ dockerhub_repo }}/busybox:1.28
           command: ['sh', '-c', 'until nslookup cassandra; do echo waiting for cassandra to start ...; sleep 2; done']
       containers:
-      - image: "ollivier/clearwater-chronos:latest"
-        imagePullPolicy: Always
+      - image: "{{ dockerhub_repo }}/ollivier/clearwater-chronos:hunter"
         name: chronos
         ports:
         - containerPort: 22
@@ -49,7 +48,7 @@ spec:
           preStop:
             exec:
               command: ["/bin/bash", "-c", "/usr/bin/pre-stop"]
-      - image: busybox
+      - image: {{ dockerhub_repo }}/busybox:1.28
         name: tailer
         command: [ "tail", "-F", "/var/log/chronos/chronos_current.txt" ]
         volumeMounts: