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