aboutsummaryrefslogtreecommitdiffstats
path: root/functest_kubernetes/ims/homestead-depl.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'functest_kubernetes/ims/homestead-depl.yaml')
-rw-r--r--functest_kubernetes/ims/homestead-depl.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/functest_kubernetes/ims/homestead-depl.yaml b/functest_kubernetes/ims/homestead-depl.yaml
index 8d38b7e8..82ea0cef 100644
--- a/functest_kubernetes/ims/homestead-depl.yaml
+++ b/functest_kubernetes/ims/homestead-depl.yaml
@@ -21,7 +21,7 @@ spec:
image: busybox:1.28
command: ['sh', '-c', 'until nslookup astaire; do echo waiting for astaire to start ...; sleep 2; done']
containers:
- - image: "ollivier/clearwater-homestead"
+ - image: "ollivier/clearwater-homestead:hunter"
name: homestead
ports:
- containerPort: 22
@@ -44,7 +44,7 @@ spec:
volumeMounts:
- name: homesteadlogs
mountPath: /var/log/homestead
- - image: busybox
+ - image: busybox:1.28
name: tailer
command: [ "tail", "-F", "/var/log/homestead/homestead_current.txt" ]
volumeMounts: