Skip to content

Commit

Permalink
Bump geth in chart values.yaml and increase default resources (#988)
Browse files Browse the repository at this point in the history
* Bump geth in chart values.yaml

* Bump default geth resources to prevent it from crashing

* Bump chart
  • Loading branch information
lukaszcl committed Jun 12, 2024
1 parent 854ca8b commit 8fb5196
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/geth/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
name: geth
description: A simulated go-ethereum network
version: 0.4.5
version: 0.4.6
appVersion: '1.13.8'
10 changes: 5 additions & 5 deletions charts/geth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicas: 1
geth:
image:
image: ethereum/client-go
version: v1.12.2
version: v1.13.8

networkid: 1337
blocktime: 1
Expand All @@ -13,11 +13,11 @@ geth:

resources:
requests:
cpu: 200m
memory: 528Mi
cpu: 1000m
memory: 768Mi
limits:
cpu: 200m
memory: 528Mi
cpu: 1000m
memory: 768Mi

podAnnotations: {}

Expand Down

0 comments on commit 8fb5196

Please sign in to comment.