diff options
author | 2020-09-08 22:42:48 +0200 | |
---|---|---|
committer | 2020-09-08 22:53:59 +0200 | |
commit | e580da46c1c2effe7397775933971b5d2f78b689 (patch) | |
tree | ea734f332a40c385bfe171e0277ef3d2042b1e26 /functest_kubernetes/ims/astaire-depl.yaml | |
parent | a6eb4ce2cab323460aed4aacd8da392d31df3b7a (diff) |
Set all image tags
It allows offline testing via xrally_kubernetes, k8s_vims, kube_bench
and kube_hunter.
Change-Id: I3084abec19f06a894d0083ecb3ed61882eddd785
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 8d748b9efc9ed4ed3edb4eaaf09909e41fe29577)
Diffstat (limited to 'functest_kubernetes/ims/astaire-depl.yaml')
-rw-r--r-- | functest_kubernetes/ims/astaire-depl.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functest_kubernetes/ims/astaire-depl.yaml b/functest_kubernetes/ims/astaire-depl.yaml index 06237293..2ceebfde 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" + - image: "ollivier/clearwater-astaire:hunter" name: astaire ports: - containerPort: 22 @@ -47,7 +47,7 @@ spec: preStop: exec: command: ["/bin/bash", "-c", "/usr/bin/pre-stop"] - - image: busybox + - image: busybox:1.28 name: tailer command: [ "tail", "-F", "/var/log/astaire/astaire_current.txt" ] volumeMounts: |