Take latest Rally K8S patch into account
[functest-kubernetes.git] / functest_kubernetes / ims / chronos-depl.yaml
index 5f753f1..73d70b2 100644 (file)
@@ -17,10 +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:hunter"
+      - image: "{{ dockerhub_repo }}/ollivier/clearwater-chronos:hunter"
         name: chronos
         ports:
         - containerPort: 22
@@ -48,7 +48,7 @@ spec:
           preStop:
             exec:
               command: ["/bin/bash", "-c", "/usr/bin/pre-stop"]
-      - image: busybox:1.28
+      - image: {{ dockerhub_repo }}/busybox:1.28
         name: tailer
         command: [ "tail", "-F", "/var/log/chronos/chronos_current.txt" ]
         volumeMounts: