From d84fd392c76f511cee73d76d6a98c8c3c512b2fb Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 20 Mar 2025 15:50:08 -0400 Subject: [PATCH] docs/manifest: always pull Signed-off-by: Xe Iaso --- docs/manifest/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/manifest/deployment.yaml b/docs/manifest/deployment.yaml index a8d33cb..fbf762c 100644 --- a/docs/manifest/deployment.yaml +++ b/docs/manifest/deployment.yaml @@ -14,6 +14,7 @@ spec: containers: - name: anubis-docs image: ghcr.io/techarohq/anubis/docs:main + imagePullPolicy: Always resources: limits: memory: "128Mi"