From 0cacc7e078f9f9b17a94055431c2b2ee99e4bbf5 Mon Sep 17 00:00:00 2001 From: Julien Cavoizy <24271008+j-cavoizy@users.noreply.github.com> Date: Tue, 4 Jul 2023 14:08:58 +0200 Subject: [PATCH] Update helm.go --- magefiles/helm.go | 1 + 1 file changed, 1 insertion(+) 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 {