From c2522256ee9158fb4f364c054d0c5c0c1f5383cf Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Mon, 4 Mar 2024 20:49:46 +0100 Subject: [PATCH] fix(provider): actually tx update provider when new attributes --- charts/akash-provider/Chart.yaml | 2 +- charts/akash-provider/scripts/init.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/akash-provider/Chart.yaml b/charts/akash-provider/Chart.yaml index 5ec0fcba..97ccb34c 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.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 diff --git a/charts/akash-provider/scripts/init.sh b/charts/akash-provider/scripts/init.sh index 80233bad..8cce603c 100755 --- a/charts/akash-provider/scripts/init.sh +++ b/charts/akash-provider/scripts/init.sh @@ -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"