From 438c5a299b8cbd93980bafb12e34a57ef58d2ffe Mon Sep 17 00:00:00 2001 From: red Date: Fri, 4 Jul 2025 13:57:11 -0400 Subject: [PATCH] update pleroma init container name --- manifests/pleroma/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/pleroma/templates/deployment.yaml b/manifests/pleroma/templates/deployment.yaml index bb138d4..1e41f3a 100644 --- a/manifests/pleroma/templates/deployment.yaml +++ b/manifests/pleroma/templates/deployment.yaml @@ -17,7 +17,7 @@ spec: imagePullSecrets: - name: registry-credentials initContainers: - - name: pleroma-init + - name: init image: cr.forge.lan/darkdork-dev/pleroma:${CI_COMMIT_SHA} imagePullPolicy: IfNotPresent command: [ "/init-pleroma.sh" ]