diff --git a/magefiles/helm.go b/magefiles/helm.go index 585a93413..5f2989068 100644 --- a/magefiles/helm.go +++ b/magefiles/helm.go @@ -374,6 +374,7 @@ type IngressChartValue struct { LoadBalancerSourceRanges []interface{} `yaml:"loadBalancerSourceRanges"` EnableHTTP bool `yaml:"enableHttp"` EnableHTTPS bool `yaml:"enableHttps"` + EnableHTTP2 bool `yaml:"enableHttp2"` IPFamilyPolicy string `yaml:"ipFamilyPolicy"` IPFamilies []string `yaml:"ipFamilies"` Ports struct {