Skip to content

Commit

Permalink
Add minimum k8s version in Helm (#2025)
Browse files Browse the repository at this point in the history
Problem: The minimum version of k8s is not enforced in Helm. This would cause problems for people trying to install our chart in an unsupported version of k8s.

Solution: Add the minimum supported version in Chart.yaml
  • Loading branch information
lucacome committed May 23, 2024
1 parent 3095a23 commit 35844ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/nginx-gateway-fabric/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: NGINX Gateway Fabric
type: application
version: 1.2.0
appVersion: "edge"
kubeVersion: ">= 1.25.0-0"
home: https://github.com/nginxinc/nginx-gateway-fabric
icon: https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/main/charts/nginx-gateway-fabric/chart-icon.png
sources:
Expand Down

0 comments on commit 35844ac

Please sign in to comment.