refactor: Set image pull policy to IfNotPresent everywhere

closes #101
This commit is contained in:
Pim Kunis 2024-07-28 14:32:28 +02:00
parent bf1facabd7
commit 9fe5ecbb8d
9 changed files with 20 additions and 20 deletions

View file

@ -28,7 +28,7 @@
containers.forgejo = {
image = "codeberg.org/forgejo/forgejo:7.0.5";
imagePullPolicy = "Always";
imagePullPolicy = "IfNotPresent";
env = {
USER_UID.value = "1000";