"backend/areas/apps/models.py" did not exist on "808533fabdf08256ab62c90734d7d6a9f0f0245e"
Default image Pull Policy should be `IfNotPresent`
Users have been running into docker pull limits because of our Always image pull policy, especially for the bitnami/kubectl image from Docker Hub.
Solution: set all image pull policies in values.yaml to IfNotPresent instead of Always.