Skip to content

Commit

Permalink
Merge pull request #339 from andy108369/bump-provider
Browse files Browse the repository at this point in the history
bump provider to 0.6.4
  • Loading branch information
HoomanDgtl authored Aug 21, 2024
2 parents ae533ae + 95b3ce2 commit e735715
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ bidpricestoragescale: "0.00016" # storage pricing scale in uakt per megabyte
> _**NOTE**_ - You do not need to run this command if you previously installed the Akash Provider and are now performing an upgrade.
```
kubectl apply -f https://raw.githubusercontent.com/akash-network/provider/v0.6.2/pkg/apis/akash.network/crd.yaml
kubectl apply -f https://raw.githubusercontent.com/akash-network/provider/v0.6.4/pkg/apis/akash.network/crd.yaml
```

#### **Install the Provider Helm Chart**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,14 @@ import TabsWrapper, { TabContent } from "@/components/ui/tabs";

**Download Akash Binary**

_**NOTE**_ - in the commands below we download the Akash binary for version `0.6.2` and the `darwin_all`. If an alternate binary is needed, visit this [GitHub Release](https://github.com/akash-network/provider/releases/tag/v0.6.2) page and find/replace the link used appropriately
_**NOTE**_ - in the commands below we download the Akash binary for version `0.6.4` and the `darwin_all`. If an alternate binary is needed, visit this [GitHub Release](https://github.com/akash-network/provider/releases/tag/v0.6.4) page and find/replace the link used appropriately

```
cd ~/Downloads
wget https://github.com/akash-network/provider/releases/download/v0.6.2/provider-services_0.6.2_darwin_all.zip
wget https://github.com/akash-network/provider/releases/download/v0.6.4/provider-services_0.6.4_darwin_all.zip
unzip provider-services_0.6.2_darwin_all.zip
unzip provider-services_0.6.4_darwin_all.zip
```

**Move the Akash Binary**
Expand All @@ -249,15 +249,15 @@ provider-services version
**Expect/Example Output**

```
v0.6.2
v0.6.4
```

</TabContent>
<TabContent value="Linux">

**Download Akash Binary**

> _**NOTE**_ - in the commands below we download the Akash binary for version `0.6.2` and a `AMD-64` architecture. If an alternate binary is needed, visit this [GitHub Release](https://github.com/akash-network/provider/releases/tag/v0.6.2) page and find/replace the link used appropriately.
> _**NOTE**_ - in the commands below we download the Akash binary for version `0.6.4` and a `AMD-64` architecture. If an alternate binary is needed, visit this [GitHub Release](https://github.com/akash-network/provider/releases/tag/v0.6.4) page and find/replace the link used appropriately.
```
cd ~
Expand All @@ -266,9 +266,9 @@ apt install jq -y
apt install unzip -y
wget https://github.com/akash-network/provider/releases/download/v0.3.1-rc1/provider-services_0.6.2_linux_amd64.zip
wget https://github.com/akash-network/provider/releases/download/v0.3.1-rc1/provider-services_0.6.4_linux_amd64.zip
unzip provider-services_0.6.2_linux_amd64.zip
unzip provider-services_0.6.4_linux_amd64.zip
mkdir bin; mv provider-services /root/bin/
```
Expand Down Expand Up @@ -320,7 +320,7 @@ provider-services version
**Expected/Example Result**

```
v0.6.2
v0.6.4
```

</TabContent>
Expand Down

0 comments on commit e735715

Please sign in to comment.