From c4814aeb16c0d25d67bda7b7807d2a1faf030277 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Thu, 23 May 2024 11:37:22 -0700 Subject: [PATCH] Add minimum k8s version in Helm Problem: The minimum version of k8s is not enforced in Helm. This would cause problem to people trying to install out chart in an unsupported version of k8s. Solution: Add the minimum supported version in Chart.yaml --- charts/nginx-gateway-fabric/Chart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/nginx-gateway-fabric/Chart.yaml b/charts/nginx-gateway-fabric/Chart.yaml index da65c10185..1817c35a2c 100644 --- a/charts/nginx-gateway-fabric/Chart.yaml +++ b/charts/nginx-gateway-fabric/Chart.yaml @@ -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: