From 6f1ced0b01a5c5f92776c84a3b2896ccd6035bf4 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Thu, 10 Jul 2025 13:35:20 -0700 Subject: [PATCH] chart: default to latest replayweb.page release by default (#2724) Avoid having Browsertrix be stuck on old RWP releases, probably better to just use latest as RWP releases now have additional testing. --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 5e27c591..c1cdcaa9 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -86,7 +86,7 @@ invite_expire_seconds: 604800 paused_crawl_limit_minutes: 10080 # base url for replayweb.page -rwp_base_url: "https://cdn.jsdelivr.net/npm/replaywebpage@2.3.3/" +rwp_base_url: "https://cdn.jsdelivr.net/npm/replaywebpage/" superuser: # set this to enable a superuser admin