Skip to content

Commit e315746

Browse files
Scott Carruthersgitbook-bot
Scott Carruthers
authored andcommitted
GITBOOK-1264: Bump feature discovery release to rc16
1 parent 185955a commit e315746

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

other-resources/experimental/akash-provider-feature-discovery-upgrade-enablement.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
## Overview
66

7-
The following provides an overview of the steps necessary to upgrade your Akash provider to version `0.5.0-rc15` and to enable Feature Discovery:
7+
The following provides an overview of the steps necessary to upgrade your Akash provider to version `0.5.0-rc16` and to enable Feature Discovery:
88

99
* [Download Helm Chart and Use Feature Discovery Branch](akash-provider-feature-discovery-upgrade-enablement.md#download-helm-chart-and-use-feature-discovery-branch)
1010
* [Akash Hostname Operator Upgrade](akash-provider-feature-discovery-upgrade-enablement.md#akash-hostname-operator-upgrade)
@@ -59,7 +59,7 @@ helm uninstall akash-hostname-operator -n akash-services
5959
6060
helm package .
6161
62-
helm install akash-hostname-operator akash-hostname-operator-8.0.0.tgz -n akash-services --set image.tag=0.5.0-rc15
62+
helm install akash-hostname-operator akash-hostname-operator-8.0.0.tgz -n akash-services --set image.tag=0.5.0-rc16
6363
```
6464

6565
### Akash Provider Upgrade
@@ -75,7 +75,7 @@ helm uninstall akash-provider -n akash-services
7575
7676
helm package .
7777
78-
helm install akash-provider provider-8.0.1.tgz -n akash-services -f /root/provider/provider.yaml --set image.tag=0.5.0-rc15
78+
helm install akash-provider provider-8.0.1.tgz -n akash-services -f /root/provider/provider.yaml --set image.tag=0.5.0-rc16
7979
```
8080

8181
### Akash Inventory Operator Install/Upgrade
@@ -89,7 +89,7 @@ helm uninstall inventory-operator -n akash-services
8989
9090
helm package .
9191
92-
helm install inventory-operator akash-inventory-operator-8.0.0.tgz -n akash-services --set image.tag=0.5.0-rc15
92+
helm install inventory-operator akash-inventory-operator-8.0.0.tgz -n akash-services --set image.tag=0.5.0-rc16
9393
```
9494

9595
### Akash IP Operator Upgrade (If Applicable)
@@ -104,7 +104,7 @@ helm uninstall akash-ip-operator -n akash-services
104104
helm package .
105105
106106
### Update the `<provider-address>` placeholder with the address of your provider
107-
helm install akash-ip-operator akash-ip-operator-8.0.0.tgz -n akash-services --set provider_address=<provider-address> --set image.tag=0.5.0-rc15
107+
helm install akash-ip-operator akash-ip-operator-8.0.0.tgz -n akash-services --set provider_address=<provider-address> --set image.tag=0.5.0-rc16
108108
```
109109

110110
### Update Ingress Controller

0 commit comments

Comments
 (0)