Skip to content

Commit 4b4e416

Browse files
authored
Fix Charts install in CI (#1712)
* Update default values --------- Signed-off-by: Iliya Savov <[email protected]>
1 parent a27aa5f commit 4b4e416

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/hedera-json-rpc-relay-websocket/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ replicaCount: 2
9797
resources:
9898
limits:
9999
cpu: 1100m
100-
memory: 350Mi
100+
memory: 700Mi
101101
requests:
102102
cpu: 1100m
103103
memory: 350Mi

charts/hedera-json-rpc-relay/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ replicaCount: 2
122122
resources:
123123
limits:
124124
cpu: 1100m
125-
memory: 350Mi
125+
memory: 700Mi
126126
requests:
127127
cpu: 1100m
128128
memory: 350Mi

0 commit comments

Comments
 (0)