From a23edec9522b40180a1c188d1dffab4e2a080832 Mon Sep 17 00:00:00 2001 From: Andrey Arapov <107317698+andy108369@users.noreply.github.com> Date: Tue, 5 Mar 2024 12:02:04 +0100 Subject: [PATCH] bump akash version to 0.5.4 (#315) --- guides/cli/detailed-steps/part-1.-install-akash.md | 2 +- .../akash-provider-feature-discovery-upgrade-enablement.md | 2 +- .../step-6-provider-build-via-helm-chart.md | 2 +- ...der-feature-discovery-gpu-configuration-integration-guide.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/guides/cli/detailed-steps/part-1.-install-akash.md b/guides/cli/detailed-steps/part-1.-install-akash.md index 241b1501..dcd43652 100644 --- a/guides/cli/detailed-steps/part-1.-install-akash.md +++ b/guides/cli/detailed-steps/part-1.-install-akash.md @@ -48,7 +48,7 @@ provider-services version ``` provider-services version -v0.5.3 +v0.5.4 ``` {% endtab %} diff --git a/providers/akash-provider-feature-discovery-upgrade-enablement.md b/providers/akash-provider-feature-discovery-upgrade-enablement.md index 4dc22e25..4f6837ed 100644 --- a/providers/akash-provider-feature-discovery-upgrade-enablement.md +++ b/providers/akash-provider-feature-discovery-upgrade-enablement.md @@ -2,7 +2,7 @@ ## Overview -The following provides an overview of the steps necessary to upgrade your Akash provider to version `0.5.3-rc1` and to enable Feature Discovery: +The following provides an overview of the steps necessary to upgrade your Akash provider to version `0.5.4` and to enable Feature Discovery: * [Akash Hostname Operator Upgrade](akash-provider-feature-discovery-upgrade-enablement.md#akash-hostname-operator-upgrade) * [Akash Inventory Operator Install/Upgrade](akash-provider-feature-discovery-upgrade-enablement.md#akash-inventory-operator-install-upgrade) diff --git a/providers/build-a-cloud-provider/akash-cloud-provider-build-with-helm-charts/step-6-provider-build-via-helm-chart.md b/providers/build-a-cloud-provider/akash-cloud-provider-build-with-helm-charts/step-6-provider-build-via-helm-chart.md index 967ba8e3..7e767b6c 100644 --- a/providers/build-a-cloud-provider/akash-cloud-provider-build-with-helm-charts/step-6-provider-build-via-helm-chart.md +++ b/providers/build-a-cloud-provider/akash-cloud-provider-build-with-helm-charts/step-6-provider-build-via-helm-chart.md @@ -182,7 +182,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.5.3/pkg/apis/akash.network/crd.yaml +kubectl apply -f https://raw.githubusercontent.com/akash-network/provider/v0.5.4/pkg/apis/akash.network/crd.yaml ``` ## **Install the Provider Helm Chart** diff --git a/providers/provider-feature-discovery-gpu-configuration-integration-guide.md b/providers/provider-feature-discovery-gpu-configuration-integration-guide.md index dd44040d..1279e817 100644 --- a/providers/provider-feature-discovery-gpu-configuration-integration-guide.md +++ b/providers/provider-feature-discovery-gpu-configuration-integration-guide.md @@ -18,7 +18,7 @@ Before proceeding with the installation and data collection, verify if your GPU ### Step 2: Install `provider-services` -Ensure that `provider-services` version 0.5.3 or higher is installed on every node. This software is essential for listing your GPU details and submitting them to our repository. Download links are available at [provider-services releases](https://github.com/akash-network/provider-services/releases). +Ensure that `provider-services` version 0.5.4 or higher is installed on every node. This software is essential for listing your GPU details and submitting them to our repository. Download links are available at [provider-services releases](https://github.com/akash-network/provider-services/releases). ### Step 3: List GPU Details