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:
parent
a347f61973
commit
c76dd10928
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user