chart: always pull latest crawler image - since default image is pointing to webrecorder/browsertrix-crawler:latest, makes sense to always pull latest (#1018)

This commit is contained in:
Ilya Kreymer 2023-07-27 12:41:41 -07:00 committed by GitHub
parent a347f61973
commit c76dd10928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,7 +177,7 @@ redis_limits_memory: "64Mi"
# =========================================
crawler_image: "webrecorder/browsertrix-crawler:latest"
crawler_pull_policy: "IfNotPresent"
crawler_pull_policy: "Always"
crawler_namespace: "crawlers"