From f4327705a3f0da2e05865795496e82e2e768f965 Mon Sep 17 00:00:00 2001 From: Chad Walter Cummings <95538539+scifijunk@users.noreply.github.com> Date: Thu, 17 Feb 2022 19:00:35 -0600 Subject: [PATCH] update image Pull Policy To make it always pull the stable image --- .examples/kubernetes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.examples/kubernetes b/.examples/kubernetes index d618265..c061835 100644 --- a/.examples/kubernetes +++ b/.examples/kubernetes @@ -53,7 +53,7 @@ items: - name: SMTP_TLS value: "on" image: friendica:stable - imagePullPolicy: IfNotPresent + imagePullPolicy: Always name: friendica resources: {} terminationMessagePath: /dev/termination-log @@ -186,7 +186,7 @@ items: - name: MYSQL_DATABASE value: MYSQL_DATABASE image: friendica:stable - imagePullPolicy: IfNotPresent + imagePullPolicy: Always name: cron resources: {} terminationMessagePath: /dev/termination-log