Skip to content

Commit

Permalink
Merge pull request #165 from ethersphere/update_defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
metacertain authored Dec 20, 2021
2 parents 87dfa3e + 9811394 commit 7865f79
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 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
4 changes: 2 additions & 2 deletions charts/bee/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ data:
{{- else }}
password: {{ include "bee.password" . }}
{{- end }}
payment-early: {{ .Values.beeConfig.payment_early }}
payment-early-percent: {{ .Values.beeConfig.payment_early_percent }}
payment-threshold: {{ .Values.beeConfig.payment_threshold }}
payment-tolerance: {{ .Values.beeConfig.payment_tolerance }}
payment-tolerance-percent: {{ .Values.beeConfig.payment_tolerance_percent }}
postage-stamp-address: {{ .Values.beeConfig.postage_stamp_address }}
price-oracle-address: {{ .Values.beeConfig.price_oracle_address }}
p2p-addr: {{ .Values.beeConfig.p2p_addr }}
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_percent: 50
## 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_percent: 25
## Postage stamp address
postage_stamp_address: ""
## Price oracle address
Expand Down
4 changes: 2 additions & 2 deletions charts/beekeeper/files/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ bee-configs:
p2p-quic-enable: false
p2p-ws-enable: false
password: "beekeeper"
payment-early: 10000000
payment-early-percent: 50
payment-threshold: 100000000
payment-tolerance: 500000000
payment-tolerance-percent: 25
postage-stamp-address: "0x538e6de1d876bbcd5667085257bc92f7c808a0f3"
price-oracle-address: "0xfc28330f1ece0ef2371b724e0d19c1ee60b728b2"
resolver-options: ""
Expand Down
4 changes: 2 additions & 2 deletions charts/beekeeper/files/infra-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ bee-configs:
p2p-quic-enable: false
p2p-ws-enable: false
password: "beekeeper"
payment-early: 10000000
payment-early-percent: 50
payment-threshold: 100000000
payment-tolerance: 500000000
payment-tolerance-percent: 25
postage-stamp-address: "0x538e6de1d876bbcd5667085257bc92f7c808a0f3"
price-oracle-address: "0xfc28330f1ece0ef2371b724e0d19c1ee60b728b2"
resolver-options: "https://cloudflare-eth.com"
Expand Down
4 changes: 2 additions & 2 deletions charts/beekeeper/files/local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ bee-configs:
p2p-quic-enable: false
p2p-ws-enable: false
password: "beekeeper"
payment-early: 10000000
payment-early-percent: 50
payment-threshold: 100000000
payment-tolerance: 10000000
payment-tolerance-percent: 25
postage-stamp-address: "0x538e6de1d876bbcd5667085257bc92f7c808a0f3"
price-oracle-address: "0xfc28330f1ece0ef2371b724e0d19c1ee60b728b2"
resolver-options: ""
Expand Down
4 changes: 2 additions & 2 deletions charts/beekeeper/files/testnet-giant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ bee-configs:
p2p-quic-enable: false
p2p-ws-enable: false
password: "beekeeper"
payment-early: 10000000
payment-early-percent: 50
payment-threshold: 100000000
payment-tolerance: 500000000
payment-tolerance-percent: 25
postage-stamp-address: "0x538e6de1d876bbcd5667085257bc92f7c808a0f3"
price-oracle-address: "0xfc28330f1ece0ef2371b724e0d19c1ee60b728b2"
resolver-options: "https://cloudflare-eth.com"
Expand Down
4 changes: 2 additions & 2 deletions charts/beekeeper/files/testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ bee-configs:
p2p-quic-enable: false
p2p-ws-enable: false
password: "beekeeper"
payment-early: 10000000
payment-early-percent: 50
payment-threshold: 100000000
payment-tolerance: 500000000
payment-tolerance-percent: 25
postage-stamp-address: ""
price-oracle-address: ""
resolver-options: "https://cloudflare-eth.com"
Expand Down

0 comments on commit 7865f79

Please sign in to comment.