Skip to content

Commit

Permalink
^ Update default COSMOVISOR_VERSION (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE authored Jul 24, 2023
1 parent ece8833 commit dce5bca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ The node binary can be downloaded at runtime when using the [Generic image](#gen
|Variable|Description|Default|Examples|
|---|---|---|---|
|`COSMOVISOR_ENABLED`|Enable Cosmovisor binary download and support| |`1`|
|`COSMOVISOR_VERSION`|Version of Cosmovisor to download|`1.3.0`| |
|`COSMOVISOR_VERSION`|Version of Cosmovisor to download|`1.5.0`| |
|`COSMOVISOR_URL`|Alternative full URL to Cosmovisor binary tar.gz| | |

### Shortcuts
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ fi

# Cosmovisor
if [ "$COSMOVISOR_ENABLED" == "1" ]; then
export COSMOVISOR_VERSION="${COSMOVISOR_VERSION:-"1.3.0"}"
export COSMOVISOR_VERSION="${COSMOVISOR_VERSION:-"1.5.0"}"
export COSMOVISOR_URL="${COSMOVISOR_URL:-"https://github.com/cosmos/cosmos-sdk/releases/download/cosmovisor%2Fv$COSMOVISOR_VERSION/cosmovisor-v$COSMOVISOR_VERSION-$(uname -s)-$(uname -m | sed "s|x86_64|amd64|").tar.gz"}"

# Download Binary
Expand Down

0 comments on commit dce5bca

Please sign in to comment.