From d1eca04eebdc8d51c7b9ece50e926b1119210ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Wed, 13 Dec 2017 15:30:53 +0100 Subject: [PATCH] Deploy latest with its version tag Kubernetes doesn't pull the `latest` tag automatically, so we need to change the image tag in the deployment file. As a plus, we can now see exactly what version we're running. --- k8s/senpy-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/senpy-deployment.yaml b/k8s/senpy-deployment.yaml index 84103c9..6d44402 100644 --- a/k8s/senpy-deployment.yaml +++ b/k8s/senpy-deployment.yaml @@ -13,7 +13,7 @@ spec: spec: containers: - name: senpy-latest - image: gsiupm/senpy:latest + image: $IMAGEWTAG imagePullPolicy: Always args: - "--default-plugins"