From b4c01cbee1eec666b21b69be26377800827a77f8 Mon Sep 17 00:00:00 2001 From: red Date: Fri, 4 Jul 2025 13:54:11 -0400 Subject: [PATCH] update pleroma deployment image pull policy --- manifests/pleroma/templates/deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/pleroma/templates/deployment.yaml b/manifests/pleroma/templates/deployment.yaml index 9a59c6f..bb138d4 100644 --- a/manifests/pleroma/templates/deployment.yaml +++ b/manifests/pleroma/templates/deployment.yaml @@ -19,6 +19,7 @@ spec: initContainers: - name: pleroma-init image: cr.forge.lan/darkdork-dev/pleroma:${CI_COMMIT_SHA} + imagePullPolicy: IfNotPresent command: [ "/init-pleroma.sh" ] env: - name: DB_HOST @@ -39,7 +40,7 @@ spec: containers: - name: pleroma image: cr.forge.lan/darkdork-dev/pleroma:${CI_COMMIT_SHA} - imagePullPolicy: Always + imagePullPolicy: IfNotPresent ports: - containerPort: 4000 env: