From 20282670352615a1f93db824e2023a6791884bc7 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 30 Apr 2020 20:52:14 +0200 Subject: [PATCH] allways pull image --- ioteer/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ioteer/deployment.yaml b/ioteer/deployment.yaml index 20a0fd7..35937b1 100644 --- a/ioteer/deployment.yaml +++ b/ioteer/deployment.yaml @@ -25,3 +25,4 @@ spec: ports: - containerPort: 8080 protocol: TCP + imagePullPolicy: Always