aboutsummaryrefslogtreecommitdiffstats
path: root/functest_kubernetes/ims/ellis-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:46:54 +0200
commit44492e0da74473460ff6a9f1323c5df3a2af943e (patch)
treeaac8bfdc1680926b3a656fd4b96869f5239f8763 /functest_kubernetes/ims/ellis-depl.yaml
parent6371491ee2bc134c60abaa6a1deec18b9ffe22e2 (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>
Diffstat (limited to 'functest_kubernetes/ims/ellis-depl.yaml')
-rw-r--r--functest_kubernetes/ims/ellis-depl.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest_kubernetes/ims/ellis-depl.yaml b/functest_kubernetes/ims/ellis-depl.yaml
index bfa38474..2e6cedc7 100644
--- a/functest_kubernetes/ims/ellis-depl.yaml
+++ b/functest_kubernetes/ims/ellis-depl.yaml
@@ -20,7 +20,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-ellis:latest"
+ - image: "ollivier/clearwater-ellis"
name: ellis
ports:
- containerPort: 22