From ea1c56eddd4c9bf9cdfaeb8e0fbc1a100fd489c3 Mon Sep 17 00:00:00 2001 From: chainzero <82888608+chainzero@users.noreply.github.com> Date: Thu, 29 Feb 2024 09:59:25 -0500 Subject: [PATCH] Feature discovery (#251) * feat: updating operator and provider to version 0.5.3 * feat: update inventory operator configmap for exclude node variable use --- charts/akash-hostname-operator/Chart.yaml | 2 +- charts/akash-inventory-operator/Chart.yaml | 2 +- charts/akash-inventory-operator/templates/config.yaml | 5 ++++- charts/akash-ip-operator/Chart.yaml | 2 +- charts/akash-provider/Chart.yaml | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/charts/akash-hostname-operator/Chart.yaml b/charts/akash-hostname-operator/Chart.yaml index 9de24d28..a10594e4 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.0.2 +version: 9.0.3 # 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 diff --git a/charts/akash-inventory-operator/Chart.yaml b/charts/akash-inventory-operator/Chart.yaml index bbe31c04..9d9699a4 100644 --- a/charts/akash-inventory-operator/Chart.yaml +++ b/charts/akash-inventory-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.0.2 +version: 9.0.3 # 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 diff --git a/charts/akash-inventory-operator/templates/config.yaml b/charts/akash-inventory-operator/templates/config.yaml index b1629251..10785e1e 100644 --- a/charts/akash-inventory-operator/templates/config.yaml +++ b/charts/akash-inventory-operator/templates/config.yaml @@ -11,5 +11,8 @@ data: - {{ . }} {{- end }} exclude: - nodes: [] + nodes: +{{- range .Values.inventoryConfig.exclude.nodes }} + - {{ . }} +{{- end }} node_storage: [] diff --git a/charts/akash-ip-operator/Chart.yaml b/charts/akash-ip-operator/Chart.yaml index ace3169e..c8b87742 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.0.2 +version: 9.0.3 # 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 diff --git a/charts/akash-provider/Chart.yaml b/charts/akash-provider/Chart.yaml index 62f07ad5..5ec0fcba 100644 --- a/charts/akash-provider/Chart.yaml +++ b/charts/akash-provider/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.0.2 +version: 9.0.3 # 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