Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/akash-hostname-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ 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.
# 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
2 changes: 1 addition & 1 deletion charts/akash-hostname-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions charts/akash-inventory-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions charts/akash-ip-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ 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.
# 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
4 changes: 2 additions & 2 deletions charts/akash-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions charts/akash-provider/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand All @@ -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)
Expand Down
Loading