Skip to content

Commit

Permalink
fix default values (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier authored Mar 26, 2024
1 parent 080a342 commit 5619bb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2
version: 0.4.3
appVersion: '1.10.25'
4 changes: 2 additions & 2 deletions charts/geth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ geth:

networkid: 1337
blocktime: 1
startGaslimit: 11500000
targetGasLimit: 30000000
startGaslimit: "11500000"
targetGasLimit: "30000000"
capacity: 1Gi

resources:
Expand Down

0 comments on commit 5619bb2

Please sign in to comment.