diff options
Diffstat (limited to 'functest_kubernetes/ims/astaire-depl.yaml')
-rw-r--r-- | functest_kubernetes/ims/astaire-depl.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest_kubernetes/ims/astaire-depl.yaml b/functest_kubernetes/ims/astaire-depl.yaml index d8696d6f..06237293 100644 --- a/functest_kubernetes/ims/astaire-depl.yaml +++ b/functest_kubernetes/ims/astaire-depl.yaml @@ -18,7 +18,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-astaire:latest" + - image: "ollivier/clearwater-astaire" name: astaire ports: - containerPort: 22 |