From f3b9a15435cb292a842bac5bc4cd4236bfcb4df6 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Tue, 20 Aug 2024 10:58:01 +0200 Subject: [PATCH 1/2] bump provider to 0.6.4 --- charts/akash-hostname-operator/Chart.yaml | 4 ++-- charts/akash-inventory-operator/Chart.yaml | 4 ++-- charts/akash-ip-operator/Chart.yaml | 4 ++-- charts/akash-provider/Chart.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/akash-hostname-operator/Chart.yaml b/charts/akash-hostname-operator/Chart.yaml index ed6596f..98d7f01 100644 --- a/charts/akash-hostname-operator/Chart.yaml +++ b/charts/akash-hostname-operator/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: 11.0.2 +version: 11.1.0 # 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 @@ -25,4 +25,4 @@ version: 11.0.2 # It is recommended to use it with quotes. # # Refs https://github.com/akash-network/provider/releases -appVersion: 0.6.2 +appVersion: 0.6.4 diff --git a/charts/akash-inventory-operator/Chart.yaml b/charts/akash-inventory-operator/Chart.yaml index 56a44bc..432f424 100644 --- a/charts/akash-inventory-operator/Chart.yaml +++ b/charts/akash-inventory-operator/Chart.yaml @@ -17,11 +17,11 @@ 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: 11.0.2 +version: 11.1.0 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # # Refs https://github.com/akash-network/provider/releases -appVersion: 0.6.2 +appVersion: 0.6.4 diff --git a/charts/akash-ip-operator/Chart.yaml b/charts/akash-ip-operator/Chart.yaml index 46372e0..90bab0e 100644 --- a/charts/akash-ip-operator/Chart.yaml +++ b/charts/akash-ip-operator/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: 11.0.2 +version: 11.1.0 # 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 @@ -25,4 +25,4 @@ version: 11.0.2 # It is recommended to use it with quotes. # # Refs https://github.com/akash-network/provider/releases -appVersion: 0.6.2 +appVersion: 0.6.4 diff --git a/charts/akash-provider/Chart.yaml b/charts/akash-provider/Chart.yaml index 708c4f3..889606e 100644 --- a/charts/akash-provider/Chart.yaml +++ b/charts/akash-provider/Chart.yaml @@ -17,11 +17,11 @@ 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: 11.0.2 +version: 11.1.0 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # # Refs https://github.com/akash-network/provider/releases -appVersion: 0.6.2 +appVersion: 0.6.4 From 07993209a0169c5036aefb0e489bfaa0980116b5 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Tue, 20 Aug 2024 21:48:31 +0200 Subject: [PATCH 2/2] fix helm linter --- charts/akash-inventory-operator/values.yaml | 1 - charts/akash-provider/values.yaml | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/akash-inventory-operator/values.yaml b/charts/akash-inventory-operator/values.yaml index 9f5f0a2..505d3eb 100644 --- a/charts/akash-inventory-operator/values.yaml +++ b/charts/akash-inventory-operator/values.yaml @@ -15,4 +15,3 @@ inventoryConfig: exclude: nodes: [] node_storage: [] - diff --git a/charts/akash-provider/values.yaml b/charts/akash-provider/values.yaml index 4ade9d0..0f607bf 100644 --- a/charts/akash-provider/values.yaml +++ b/charts/akash-provider/values.yaml @@ -66,7 +66,8 @@ gas: "auto" # Note that --gas-adjustment is working only when --gas is "auto"! gasadjustment: "1.5" -bidmindeposit: "500000uakt" # 0.5 AKT - provider minimum bid deposit (5 AKT for sandbox) +# 0.5 AKT - provider minimum bid deposit (5 AKT for sandbox) +bidmindeposit: "500000uakt" # If you plan to use bid price script, then make sure to set bidpricescript variable to the base64 encoded contents of the script. # This will automatically switch AKASH_BID_PRICE_STRATEGY from "scale" (default) to "shellScript".