update pleroma deployment image pull policy

This commit is contained in:
red 2025-07-04 13:54:11 -04:00
parent 1747ee904a
commit b4c01cbee1

View file

@ -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: