aboutsummaryrefslogtreecommitdiffstats
path: root/functest_kubernetes/ims/cassandra-depl.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-09-08 20:45:18 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-09-08 20:50:03 +0200
commit3724525b94c4825ae026976dfb6d81b05d238767 (patch)
tree7c51b99b43a8ba9b4554ff715761ed7f3ae31556 /functest_kubernetes/ims/cassandra-depl.yaml
parentd6dbf2ebc555cbcd83b71b09fa012be6fe0a499a (diff)
Remove latest in all images
The Kubernetes default pull policy is IfNotPresent unless the image tag is :latest in which case the default policy is Always. IfNotPresent causes the Kubelet to skip pulling an image if it already exists [1] [1] https://kind.sigs.k8s.io/docs/user/quick-start/ Change-Id: I83dac6165d2bbef165ca852dd03e5b76a5356f2f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 44492e0da74473460ff6a9f1323c5df3a2af943e)
Diffstat (limited to 'functest_kubernetes/ims/cassandra-depl.yaml')
-rw-r--r--functest_kubernetes/ims/cassandra-depl.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest_kubernetes/ims/cassandra-depl.yaml b/functest_kubernetes/ims/cassandra-depl.yaml
index a28919c7..570ef4a3 100644
--- a/functest_kubernetes/ims/cassandra-depl.yaml
+++ b/functest_kubernetes/ims/cassandra-depl.yaml
@@ -17,7 +17,7 @@ spec:
image: busybox:1.28
command: ['sh', '-c', 'until nslookup etcd; do echo waiting for etcd to start ...; sleep 2; done']
containers:
- - image: "ollivier/clearwater-cassandra:latest"
+ - image: "ollivier/clearwater-cassandra"
name: cassandra
ports:
- containerPort: 22