From 46b95c4b7c85670e7472e2673832abbb080b46df Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Mon, 27 Jun 2022 18:49:41 +0200 Subject: [PATCH] Update imagePullPolicy configs --- deploy/base/deploy-invidious.yaml | 2 +- deploy/base/statefulset-gitea.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/base/deploy-invidious.yaml b/deploy/base/deploy-invidious.yaml index a3a3488..8db4939 100644 --- a/deploy/base/deploy-invidious.yaml +++ b/deploy/base/deploy-invidious.yaml @@ -71,7 +71,7 @@ spec: command: ["sh", "docker/init-invidious-db.sh"] containers: - image: quay.io/invidious/invidious:latest - imagePullPolicy: IfNotPresent + imagePullPolicy: Always name: invidious ports: - name: http diff --git a/deploy/base/statefulset-gitea.yaml b/deploy/base/statefulset-gitea.yaml index fa63d28..95b663b 100644 --- a/deploy/base/statefulset-gitea.yaml +++ b/deploy/base/statefulset-gitea.yaml @@ -98,7 +98,7 @@ spec: containers: - name: gitea image: gitea/gitea:1.16.8-rootless - imagePullPolicy: IfNotPresent + imagePullPolicy: Always ports: - name: http protocol: TCP