Skip to content

Commit 3da07cc

Browse files
author
Zachary Leahan
committed
Update Choose Native Plants to version 2.0.3 and add NODE_OPTIONS memory limit to prevent OOM errors
1 parent fd7cf95 commit 3da07cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

choose-native-plants/release-values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
app:
22
image:
3-
tag: "2.0.2"
3+
tag: "2.0.3"
44
env:
55
- name: PAC_API_BASE_URL
66
valueFrom:
@@ -44,6 +44,8 @@ app:
4444
name: linode-storage
4545
key: LINODE_ENDPOINT_URL
4646
optional: false
47+
- name: NODE_OPTIONS
48+
value: "--openssl-legacy-provider --max-old-space-size=768"
4749

4850
# Resource settings for the application
4951
resources:

0 commit comments

Comments
 (0)