From e31a38dcb52211a1c2b2f0501876c752a940004f Mon Sep 17 00:00:00 2001 From: zblocker64 Date: Wed, 8 Apr 2026 12:36:30 -0500 Subject: [PATCH] chore: bump version and disable gateway API --- charts/akash-hostname-operator/Chart.yaml | 4 ++-- charts/akash-hostname-operator/values.yaml | 2 +- charts/akash-inventory-operator/Chart.yaml | 4 ++-- charts/akash-ip-operator/Chart.yaml | 4 ++-- charts/akash-provider/Chart.yaml | 4 ++-- charts/akash-provider/values.yaml | 6 +++--- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/akash-hostname-operator/Chart.yaml b/charts/akash-hostname-operator/Chart.yaml index 9a7ec3ec..c4fe3128 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: 15.1.0-rc0 +version: 15.0.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 @@ -25,4 +25,4 @@ version: 15.1.0-rc0 # It is recommended to use it with quotes. # # Refs https://github.com/akash-network/provider/releases -appVersion: 0.12.0-rc0 +appVersion: 0.11.2 diff --git a/charts/akash-hostname-operator/values.yaml b/charts/akash-hostname-operator/values.yaml index bd9630b9..90e6b6fd 100644 --- a/charts/akash-hostname-operator/values.yaml +++ b/charts/akash-hostname-operator/values.yaml @@ -49,7 +49,7 @@ ingress: # Gateway API configuration (default: enabled to align with akash-provider; set enabled: false for Ingress) gatewayApi: # Enable Gateway API resources (HTTPRoute only - Gateway must be created separately) - enabled: true + enabled: false # Name of existing Gateway to reference (e.g. akash-gateway) gatewayName: "akash-gateway" # Namespace of the Gateway (default: akash-gateway; set to "" to use release namespace) diff --git a/charts/akash-inventory-operator/Chart.yaml b/charts/akash-inventory-operator/Chart.yaml index ca9d5aa2..2f1ed0f5 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: 15.1.0-rc0 +version: 15.0.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.12.0-rc0 +appVersion: 0.11.2 diff --git a/charts/akash-ip-operator/Chart.yaml b/charts/akash-ip-operator/Chart.yaml index b32e0c4e..44ff0d95 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: 15.1.0-rc0 +version: 15.0.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 @@ -25,4 +25,4 @@ version: 15.1.0-rc0 # It is recommended to use it with quotes. # # Refs https://github.com/akash-network/provider/releases -appVersion: 0.12.0-rc0 +appVersion: 0.11.2 diff --git a/charts/akash-provider/Chart.yaml b/charts/akash-provider/Chart.yaml index 93dd5033..bd342399 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: 15.1.0-rc0 +version: 15.0.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.12.0-rc0 +appVersion: 0.11.2 diff --git a/charts/akash-provider/values.yaml b/charts/akash-provider/values.yaml index 0e492613..9fd8d8bb 100644 --- a/charts/akash-provider/values.yaml +++ b/charts/akash-provider/values.yaml @@ -197,7 +197,7 @@ letsEncrypt: serviceAccount: content: "" -# When gatewayApi.enabled is true (default), Let's Encrypt uses Gateway API: an HTTPRoute +# When gatewayApi.enabled is true, Let's Encrypt uses Gateway API: an HTTPRoute # routes provider.{{ domain }}:80 to the provider for the HTTP-01 challenge. # The ingress block below is only used when gatewayApi.enabled is false (Ingress mode). @@ -208,11 +208,11 @@ ingress: # Additional annotations for the ingress annotations: {} -# Gateway API configuration (default: enabled; set enabled: false to use Ingress) +# Gateway API configuration (set enabled: true to use Gateway API instead of Ingress) gatewayApi: # Enable Gateway API resources (HTTPRoute and TLSRoute). Gateway must exist before install. # Migration: install CRDs, then NGINX Gateway Fabric (or other implementation), then create Gateway. - enabled: true + enabled: false # Name of existing Gateway to reference (e.g. akash-gateway from your gateway.yaml) gatewayName: "akash-gateway" # Namespace of the Gateway (default: akash-gateway; set to "" to use release namespace)