From 4a0cb8d3f15c2a430143fbfc3fc89d215ecbb49b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adri=C3=A1n=20Robotka?= <robotka.adrian@gmail.com>
Date: Fri, 10 Apr 2020 16:18:28 +0200
Subject: [PATCH] always pull

---
 kubernetes/template/deployment.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kubernetes/template/deployment.yaml b/kubernetes/template/deployment.yaml
index 0a915a0..a7e9cf1 100644
--- a/kubernetes/template/deployment.yaml
+++ b/kubernetes/template/deployment.yaml
@@ -22,5 +22,6 @@ spec:
       containers:
       - image: __CONTAINER_IMAGE__
         name: __APP_NAME__
+        imagePullPolicy: Always
         ports:
         - containerPort: __WEB_PORT__
\ No newline at end of file
-- 
GitLab