Skip to content

Commit

Permalink
feat: change defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
metacertain committed Nov 3, 2021
1 parent 4ebf57a commit 46dff9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/bee/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: latest
name: bee
version: 0.10.13
version: 0.10.14
kubeVersion: ">=1.15.0-0"
description: Ethereum Swarm Bee Helm chart for Kubernetes
home: https://www.ethswarm.org
Expand Down
8 changes: 4 additions & 4 deletions charts/bee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,12 @@ beeConfig:
## Use existing secret (ignores previous password)
# existingSecret:
# existingSecretPasswordKey:
## Amount in BZZ below the peers payment threshold when we initiate settlement
payment_early: 10000000
## percentage below the peers payment threshold when we initiate settlement
payment_early: 25
## Threshold in BZZ where you expect to get paid from your peers
payment_threshold: 100000000
## Excess debt above payment threshold in BZZ where you disconnect from your peer
payment_tolerance: 100000000
## excess debt above payment threshold in percentages where you disconnect from your peer
payment_tolerance: 25
## Postage stamp address
postage_stamp_address: ""
## Price oracle address
Expand Down

0 comments on commit 46dff9d

Please sign in to comment.