diff --git a/charts/akash-provider/Chart.yaml b/charts/akash-provider/Chart.yaml index 38eb76d..579406b 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 0f251e5..bc9b516 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".