From 946739b08bd8f0f089290d601607c8fdb05c5cb4 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Fri, 28 Jun 2024 13:38:24 -0700 Subject: [PATCH] Update authsigner to 0.5.2 (#1899) - needed to support js-wacz signing requests in upcoming crawler versions - Also has slightly increased memory requirements due to new versions of some libraries. - 0.5.2 adds a fix to dropping the fractional part of the second, to make it work with ISO date strings that have microseconds, such as those from js-wacz. --- chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index 54fb8163..f99fcaf7 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -381,7 +381,7 @@ ingress_class: nginx # optionally enable signer signer: enabled: false - image: webrecorder/authsign:0.5.0 + image: webrecorder/authsign:0.5.2 # host: # cert_email: "test@example.com # image_pull_policy: "IfNotPresent" @@ -389,7 +389,7 @@ signer: signer_cpu: "5m" -signer_memory: "40Mi" +signer_memory: "50Mi" # Optional: configure load balancing annotations