authelia: Set imagePullPolicy: IfNotPresent

We don't want to pull public container images that already exist.  This
creates prevents pods from starting if there is any connectivity issue
with the upstream registry.
This commit is contained in:
2025-07-21 17:16:32 -05:00
parent 7fd613ccaf
commit 810134e9bc

View File

@@ -37,6 +37,7 @@ patches:
spec: spec:
containers: containers:
- name: authelia - name: authelia
imagePullPolicy: IfNotPresent
env: env:
- name: AUTHELIA_STORAGE_POSTGRES_TLS_CERTIFICATE_CHAIN_FILE - name: AUTHELIA_STORAGE_POSTGRES_TLS_CERTIFICATE_CHAIN_FILE
value: /run/authelia/certs/postgresql/tls.crt value: /run/authelia/certs/postgresql/tls.crt