From 46dff9d1b75c406f6afdc7ec89fd6977029f9933 Mon Sep 17 00:00:00 2001 From: metacertain Date: Wed, 3 Nov 2021 14:55:19 +0100 Subject: [PATCH] feat: change defaults --- charts/bee/Chart.yaml | 2 +- charts/bee/values.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/bee/Chart.yaml b/charts/bee/Chart.yaml index 7ab5650..3c2e5aa 100644 --- a/charts/bee/Chart.yaml +++ b/charts/bee/Chart.yaml @@ -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 diff --git a/charts/bee/values.yaml b/charts/bee/values.yaml index 8e636dc..97b1993 100644 --- a/charts/bee/values.yaml +++ b/charts/bee/values.yaml @@ -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