Remove latest in all images
[functest-kubernetes.git] / functest_kubernetes / ims / chronos-depl.yaml
index fd891f1..1eb5501 100644 (file)
@@ -16,12 +16,11 @@ spec:
     spec:
       terminationGracePeriodSeconds: 120
       initContainers:
-        - name: wait-on-etcd
+        - name: wait-on-cassandra
           image: busybox:1.28
-          command: ['sh', '-c', 'until nslookup etcd; do echo waiting for etcd to start ...; sleep 2; done']
+          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: "ollivier/clearwater-chronos"
         name: chronos
         ports:
         - containerPort: 22