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