Update to Alpine 3.14
[functest-kubernetes.git] / functest_kubernetes / ims / sprout-depl.yaml
index af6bc66..b3840a8 100644 (file)
@@ -14,12 +14,17 @@ spec:
         snmp: enabled
     spec:
       initContainers:
-        - name: wait-on-cassandra
-          image: busybox:1.28
-          command: ['sh', '-c', 'until nslookup cassandra; do echo waiting for cassandra to start ...; sleep 2; done']
+        - name: wait-on-ralf
+          image: {{ dockerhub_repo }}/busybox:1.28
+          command: ['sh', '-c', 'until nslookup ralf; do echo waiting for ralf to start ...; sleep 2; done']
+        - name: wait-on-chronos
+          image: {{ dockerhub_repo }}/busybox:1.28
+          command: ['sh', '-c', 'until nslookup chronos; do echo waiting for chronos to start ...; sleep 2; done']
+        - name: wait-on-homestead
+          image: {{ dockerhub_repo }}/busybox:1.28
+          command: ['sh', '-c', 'until nslookup homestead; do echo waiting for homestead to start ...; sleep 2; done']
       containers:
-      - image: "ollivier/clearwater-sprout:latest"
-        imagePullPolicy: Always
+      - image: "{{ dockerhub_repo }}/ollivier/clearwater-sprout:hunter"
         name: sprout
         ports:
         - containerPort: 22
@@ -42,7 +47,7 @@ spec:
         volumeMounts:
         - name: sproutlogs
           mountPath: /var/log/sprout
-      - image: busybox
+      - image: {{ dockerhub_repo }}/busybox:1.28
         name: tailer
         command: [ "tail", "-F", "/var/log/sprout/sprout_current.txt" ]
         volumeMounts: