From 2be12e37d4ccd071f0c283a6cc3e725b0d195ab6 Mon Sep 17 00:00:00 2001 From: Andrey Arapov <107317698+andy108369@users.noreply.github.com> Date: Tue, 5 Mar 2024 18:08:22 +0100 Subject: [PATCH] feat(provider): bump gas adjustment value (#258) --- charts/akash-provider/Chart.yaml | 2 +- charts/akash-provider/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/akash-provider/Chart.yaml b/charts/akash-provider/Chart.yaml index 38eb76d0..579406b8 100644 --- a/charts/akash-provider/Chart.yaml +++ b/charts/akash-provider/Chart.yaml @@ -17,7 +17,7 @@ type: application # Versions are expected to follow Semantic Versioning (https://semver.org/) # Major version bit highlights the mainnet release (e.g. mainnet4 = 4.x.x, mainnet5 = 5.x.x, ...) -version: 9.0.5 +version: 9.0.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/akash-provider/values.yaml b/charts/akash-provider/values.yaml index 0f251e54..bc9b5167 100644 --- a/charts/akash-provider/values.yaml +++ b/charts/akash-provider/values.yaml @@ -64,7 +64,7 @@ gasprices: "0.025uakt" # increase gasadjustment to tackle "out of gas" issues, i.e. https://github.com/ovrclk/akash/issues/1508 gas: "auto" # Note that --gas-adjustment is working only when --gas is "auto"! -gasadjustment: "1.25" +gasadjustment: "1.5" # If you plan to use bid price script, then make sure to set bidpricescript variable to the base64 encoded contents of the script. # This will automatically switch AKASH_BID_PRICE_STRATEGY from "scale" (default) to "shellScript".