From 03fa00df453f657e3ba4debd5554b229863c0acf Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Fri, 7 Mar 2025 12:32:19 -0800 Subject: [PATCH] set default crawler channel if not set, possible fix for #2458 (#2469) update default RWP version --- backend/btrixcloud/operator/crawls.py | 2 +- chart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/btrixcloud/operator/crawls.py b/backend/btrixcloud/operator/crawls.py index a473a376..daebad02 100644 --- a/backend/btrixcloud/operator/crawls.py +++ b/backend/btrixcloud/operator/crawls.py @@ -153,7 +153,7 @@ class CrawlOperator(BaseOperator): oid=oid, org=org, storage=StorageRef(spec["storageName"]), - crawler_channel=spec.get("crawlerChannel"), + crawler_channel=spec.get("crawlerChannel", "default"), proxy_id=spec.get("proxyId"), scale=spec.get("scale", 1), started=data.parent["metadata"]["creationTimestamp"], diff --git a/chart/values.yaml b/chart/values.yaml index b0068382..ba8fc9f3 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -83,7 +83,7 @@ allow_dupe_invites: "0" invite_expire_seconds: 604800 # base url for replayweb.page -rwp_base_url: "https://cdn.jsdelivr.net/npm/replaywebpage@2.2.4/" +rwp_base_url: "https://cdn.jsdelivr.net/npm/replaywebpage@2.3.3/" superuser: # set this to enable a superuser admin