Provide support for air gapped env for ims
[functest-kubernetes.git] / functest_kubernetes / ims / ralf-depl.yaml
index 82bf525..c1ce59c 100644 (file)
@@ -15,11 +15,10 @@ spec:
     spec:
       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-ralf:latest"
-        imagePullPolicy: Always
+      - image: "{{ dockerhub_repo }}/ollivier/clearwater-ralf:hunter"
         name: ralf
         ports:
         - containerPort: 22
@@ -42,7 +41,7 @@ spec:
         volumeMounts:
         - name: ralflogs
           mountPath: /var/log/ralf
-      - image: busybox
+      - image: {{ dockerhub_repo }}/busybox:1.28
         name: tailer
         command: [ "tail", "-F", "/var/log/ralf/ralf_current.txt" ]
         volumeMounts: