diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-03-20 15:50:08 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-03-20 15:50:08 -0400 |
| commit | d84fd392c76f511cee73d76d6a98c8c3c512b2fb (patch) | |
| tree | 1a54b01a35111a92c68964dc3167c25be3ee8e08 /docs/manifest/deployment.yaml | |
| parent | 525849210198996b2add2cff459d451e1dd7614b (diff) | |
| download | anubis-d84fd392c76f511cee73d76d6a98c8c3c512b2fb.tar.xz anubis-d84fd392c76f511cee73d76d6a98c8c3c512b2fb.zip | |
docs/manifest: always pull
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'docs/manifest/deployment.yaml')
| -rw-r--r-- | docs/manifest/deployment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
