[gold] Roll new periodic task image

This also slows down how often to check the traces'
ignore statuses.

Bug: skia:10582
Change-Id: I68a6626b26318a30262bea375c60f6d5d481b7d0
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/433336
Reviewed-by: Kevin Lubick <kjlubick@google.com>
diff --git a/golden/k8s-config-templates/gold-common.json5 b/golden/k8s-config-templates/gold-common.json5
index 36edd12..909af0a 100644
--- a/golden/k8s-config-templates/gold-common.json5
+++ b/golden/k8s-config-templates/gold-common.json5
@@ -1,10 +1,10 @@
 {
     "BASELINE_SERVER_IMAGE": "gcr.io/skia-public/gold-baseline-server:2021-07-19T13_12_51Z-kjlubick-14aeba8-clean",
-    "DIFFCALCULATOR_IMAGE":  "gcr.io/skia-public/gold-diffcalculator:2021-06-29T12_01_28Z-kjlubick-fe30c3e-clean",
+    "DIFFCALCULATOR_IMAGE":  "gcr.io/skia-public/gold-diffcalculator:2021-07-27T12_32_55Z-kjlubick-e52635a-clean",
     "FRONTEND_IMAGE":        "gcr.io/skia-public/gold-frontend:2021-07-21T12_00_06Z-kjlubick-22bce8f-clean",
     "GITILESFOLLOWER_IMAGE": "gcr.io/skia-public/gold-gitilesfollower:2021-07-19T13_16_56Z-kjlubick-da8c4c4-clean",
     "INGESTION_IMAGE":       "gcr.io/skia-public/gold-ingestion:2021-07-19T13_13_33Z-kjlubick-14aeba8-clean",
-    "PERIODICTASKS_IMAGE":   "gcr.io/skia-public/gold-periodictasks:2021-07-19T13_14_08Z-kjlubick-14aeba8-clean",
+    "PERIODICTASKS_IMAGE":   "gcr.io/skia-public/gold-periodictasks:2021-07-27T12_28_29Z-kjlubick-e52635a-clean",
 
     // Services for testing goldpushk.
     "HEALTHY_SERVER_IMAGE": "gcr.io/skia-public/goldpushk-healthy-server:2019-10-16T18_39_09Z-lovisolo-9b77357-clean",
diff --git a/golden/k8s-instances/chrome/chrome-periodictasks.json5 b/golden/k8s-instances/chrome/chrome-periodictasks.json5
index 4dfb1c4..533a7a5 100644
--- a/golden/k8s-instances/chrome/chrome-periodictasks.json5
+++ b/golden/k8s-instances/chrome/chrome-periodictasks.json5
@@ -1,7 +1,7 @@
 {
   changelist_diff_period: "5m",
   primary_branch_diff_period: "5m",
-  update_traces_ignore_period: "1m",
+  update_traces_ignore_period: "20m",
   prom_port: ":20000",
   ready_port: ":8000"
 }
\ No newline at end of file
diff --git a/golden/k8s-instances/skia/skia-periodictasks.json5 b/golden/k8s-instances/skia/skia-periodictasks.json5
index 0cc8bcc..1f85286 100644
--- a/golden/k8s-instances/skia/skia-periodictasks.json5
+++ b/golden/k8s-instances/skia/skia-periodictasks.json5
@@ -2,7 +2,7 @@
   changelist_diff_period: "5m",
   primary_branch_diff_period: "5m",
   tracing_proportion: 0.1,
-  update_traces_ignore_period: "5m",
+  update_traces_ignore_period: "20m",
   prom_port: ":20000",
   ready_port: ":8000"
 }
\ No newline at end of file