diff options
Diffstat (limited to 'functest_kubernetes/ims/chronos-depl.yaml')
-rw-r--r-- | functest_kubernetes/ims/chronos-depl.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest_kubernetes/ims/chronos-depl.yaml b/functest_kubernetes/ims/chronos-depl.yaml index 6ad7cf06..1eb55016 100644 --- a/functest_kubernetes/ims/chronos-depl.yaml +++ b/functest_kubernetes/ims/chronos-depl.yaml @@ -20,7 +20,7 @@ spec: image: busybox:1.28 command: ['sh', '-c', 'until nslookup cassandra; do echo waiting for cassandra to start ...; sleep 2; done'] containers: - - image: "ollivier/clearwater-chronos:latest" + - image: "ollivier/clearwater-chronos" name: chronos ports: - containerPort: 22 |