Skip to content

Commit 7faed55

Browse files
committed
Add minimum k8s version in Helm (nginx#2025)
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
1 parent 40ba762 commit 7faed55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/nginx-gateway-fabric/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: NGINX Gateway Fabric
44
type: application
55
version: 1.2.0
66
appVersion: "edge"
7+
kubeVersion: ">= 1.25.0-0"
78
home: https://github.com/nginxinc/nginx-gateway-fabric
89
icon: https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/main/charts/nginx-gateway-fabric/chart-icon.png
910
sources:

0 commit comments

Comments
 (0)