Skip to content

Commit

Permalink
fix(akash-node): change snapshot provider to autostake (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy108369 authored Nov 2, 2023
1 parent 693e7f0 commit 5418752
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/akash-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 6.0.3
version: 6.0.4

# 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
Expand Down
5 changes: 3 additions & 2 deletions charts/akash-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ debug: "false"
# Defaults to mainnet
akash_node:
enabled: true
# snapshot_provider can be either "polkachu" (2Gi), "autostake" (1Gi). Otherwise it'll default to a much larger in size.
snapshot_provider: "polkachu"
# snapshot_provider can be either "polkachu" (1Gi), "autostake" (3Gi). Otherwise it'll default to a much larger in size.
# Nov/02 2023: disabled polkachu since it is now behind Cloudflare's "Verify you are human" CAPTCHA
snapshot_provider: "autostake"
api_enable: false
moniker: mynode
chainid: akashnet-2
Expand Down

0 comments on commit 5418752

Please sign in to comment.