From ea52daf888095c2b266160aa6079d90b7000fe66 Mon Sep 17 00:00:00 2001 From: Andrey Arapov <107317698+andy108369@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:16:44 +0100 Subject: [PATCH] feat(provider): reduce bid min deposit to 0.5 AKT (prop #248) (#261) --- charts/akash-provider/Chart.yaml | 2 +- charts/akash-provider/templates/statefulset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/akash-provider/Chart.yaml b/charts/akash-provider/Chart.yaml index 9c4a380..11ab207 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.1.0 +version: 9.1.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/templates/statefulset.yaml b/charts/akash-provider/templates/statefulset.yaml index 8a91d33..3968588 100644 --- a/charts/akash-provider/templates/statefulset.yaml +++ b/charts/akash-provider/templates/statefulset.yaml @@ -248,7 +248,7 @@ spec: - name: AKASH_MINIMUM_BALANCE value: "{{ .Values.minimumbalance }}" - name: AKASH_BID_DEPOSIT - value: "5000000uakt" + value: "500000uakt" ports: - name: api