Skip to content

Commit

Permalink
fix(provider): actually tx update provider when new attributes (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy108369 authored Mar 4, 2024
1 parent 3596fbc commit 5856b7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/akash-provider/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: 9.0.3
version: 9.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
2 changes: 1 addition & 1 deletion charts/akash-provider/scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ rc=$?
if [[ $rc -ne 0 ]]; then
echo "Updating provider info in the blockchain in 10 seconds ..."
sleep 10s
echo provider-services tx provider update provider.yaml
provider-services tx provider update provider.yaml
fi

CERT_SYMLINK="${AKASH_HOME}/${PROVIDER_ADDRESS}.pem"
Expand Down

0 comments on commit 5856b7f

Please sign in to comment.