From 93c3132a5b5d6a21b1c3b8a6d076b74d3a26f848 Mon Sep 17 00:00:00 2001 From: Sebastian Leheis Date: Thu, 21 Sep 2023 21:08:44 +0200 Subject: [PATCH] updated pull policy to Always --- dashboard/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/dashboard.yaml b/dashboard/dashboard.yaml index 1ad6924..704e438 100644 --- a/dashboard/dashboard.yaml +++ b/dashboard/dashboard.yaml @@ -304,7 +304,7 @@ spec: containers: - name: dashboard image: yolokube/dashboard:latest - imagePullPolicy: IfNotPresent + imagePullPolicy: Always ports: - containerPort: 8080 volumeMounts: