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.
This commit is contained in:
parent
8a904c9031
commit
946739b08b
@ -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: <set to signer domain>
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user