From 41cbd23b534477adda6c72ad640d94991b6ad030 Mon Sep 17 00:00:00 2001 From: David Echelberger Date: Fri, 23 Sep 2022 14:59:20 -0400 Subject: [PATCH] [gasEstimationFactor] bumping to 2.0 (#58) * [gasEstimationFactor] bumping to 2.0 Signed-off-by: David Echelberger * [gasEstimationFactor] versioning Signed-off-by: David Echelberger Signed-off-by: David Echelberger --- charts/firefly/Chart.yaml | 2 +- charts/firefly/templates/ethconnect/secret.yaml | 1 + charts/firefly/values.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/firefly/Chart.yaml b/charts/firefly/Chart.yaml index 3c1158c..8a86a72 100644 --- a/charts/firefly/Chart.yaml +++ b/charts/firefly/Chart.yaml @@ -19,7 +19,7 @@ name: firefly description: A Helm chart for deploying FireFly and FireFly HTTPS Dataexchange onto Kubernetes. type: application appVersion: "1.0.4" -version: "0.5.5" +version: "0.5.6" maintainers: - name: hfuss diff --git a/charts/firefly/templates/ethconnect/secret.yaml b/charts/firefly/templates/ethconnect/secret.yaml index 464dc0b..4ba68b6 100644 --- a/charts/firefly/templates/ethconnect/secret.yaml +++ b/charts/firefly/templates/ethconnect/secret.yaml @@ -39,4 +39,5 @@ stringData: port: {{ .Values.ethconnect.service.apiPort }} maxTXWaitTime: {{ .Values.ethconnect.config.maxTXWaitTimeSec }} maxInFlight: {{ .Values.ethconnect.config.maxInFlight }} + gasEstimationFactor: {{ .Values.ethconnect.config.gasEstimationFactor }} {{- end }} diff --git a/charts/firefly/values.yaml b/charts/firefly/values.yaml index 5ed1b22..47b851f 100644 --- a/charts/firefly/values.yaml +++ b/charts/firefly/values.yaml @@ -492,6 +492,7 @@ ethconnect: eventPollingIntervalSec: 1 maxTXWaitTimeSec: 60 maxInFlight: 10 + gasEstimationFactor: 1.2 catchupModePageSize: 5000 catchupModeBlockGap: 5000