From 3b894d0c5ccf8d900e3f9a9a8c8c44a6e37769da Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Tue, 23 Jul 2019 18:31:47 -0400 Subject: [PATCH] Remove latest tag --- Weather/SerialReader/deploy/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Weather/SerialReader/deploy/service.yaml b/Weather/SerialReader/deploy/service.yaml index e493502..0bc4ac1 100644 --- a/Weather/SerialReader/deploy/service.yaml +++ b/Weather/SerialReader/deploy/service.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: weather-serial-reader - image: ckaczor/home-monitor-weather-serialreader:latest + image: ckaczor/home-monitor-weather-serialreader terminationMessagePath: "/dev/termination-log" terminationMessagePolicy: File imagePullPolicy: Always