diff --git a/charts/geth/Chart.yaml b/charts/geth/Chart.yaml index 1b1329ee1..b88f11568 100644 --- a/charts/geth/Chart.yaml +++ b/charts/geth/Chart.yaml @@ -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' diff --git a/charts/geth/values.yaml b/charts/geth/values.yaml index cda9468d1..d906f22dc 100644 --- a/charts/geth/values.yaml +++ b/charts/geth/values.yaml @@ -3,7 +3,7 @@ replicas: 1 geth: image: image: ethereum/client-go - version: v1.12.2 + version: v1.13.8 networkid: 1337 blocktime: 1 @@ -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: {}