From 023448f70d52debc0e538ab604fd24887b7eec9f Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Sun, 31 Mar 2024 10:49:02 +0200 Subject: [PATCH] add shm size support akash-network/support#179 --- charts/akash-hostname-operator/Chart.yaml | 4 ++-- charts/akash-inventory-operator/Chart.yaml | 4 ++-- charts/akash-inventory-operator/values.yaml | 3 ++- charts/akash-ip-operator/Chart.yaml | 4 ++-- charts/akash-provider/Chart.yaml | 4 ++-- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/charts/akash-hostname-operator/Chart.yaml b/charts/akash-hostname-operator/Chart.yaml index 9029815d..c33e40dd 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: 9.1.0 +version: 9.1.1 # 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: 9.1.0 # It is recommended to use it with quotes. # # Refs https://github.com/akash-network/provider/releases -appVersion: 0.5.9 +appVersion: 0.5.11 diff --git a/charts/akash-inventory-operator/Chart.yaml b/charts/akash-inventory-operator/Chart.yaml index 1a6e3119..a6fe3814 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: 9.1.0 +version: 9.1.1 # 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.5.9 +appVersion: 0.5.11 diff --git a/charts/akash-inventory-operator/values.yaml b/charts/akash-inventory-operator/values.yaml index a250c59e..9f5f0a2c 100644 --- a/charts/akash-inventory-operator/values.yaml +++ b/charts/akash-inventory-operator/values.yaml @@ -10,7 +10,8 @@ inventoryConfig: # Allow users to specify cluster storage options cluster_storage: - default - - beta2 + - beta3 + - ram exclude: nodes: [] node_storage: [] diff --git a/charts/akash-ip-operator/Chart.yaml b/charts/akash-ip-operator/Chart.yaml index 5a6eea72..71bde176 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: 9.1.0 +version: 9.1.1 # 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: 9.1.0 # It is recommended to use it with quotes. # # Refs https://github.com/akash-network/provider/releases -appVersion: 0.5.9 +appVersion: 0.5.11 diff --git a/charts/akash-provider/Chart.yaml b/charts/akash-provider/Chart.yaml index 816ae3a8..5d52911e 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: 9.2.1 +version: 9.2.2 # 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.5.9 +appVersion: 0.5.11