diff --git a/charts/akash-provider/Chart.yaml b/charts/akash-provider/Chart.yaml index c268597..4dcd211 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: 11.4.0 +version: 11.4.1 # 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 c469292..ab9f330 100644 --- a/charts/akash-provider/values.yaml +++ b/charts/akash-provider/values.yaml @@ -64,7 +64,7 @@ gasprices: "0.0025uakt" # 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.5" +gasadjustment: "2" # 0.5 AKT - provider minimum bid deposit (5 AKT for sandbox) bidmindeposit: "500000uakt"