From a109ac2f06d7cdca85c23567f3c545c726727904 Mon Sep 17 00:00:00 2001 From: Stephanie Hohenberg Date: Thu, 4 Dec 2025 17:47:54 +0530 Subject: [PATCH] fixes comment in install.go Signed-off-by: Stephanie Hohenberg --- pkg/action/install.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/action/install.go b/pkg/action/install.go index 8a0df6346..990581807 100644 --- a/pkg/action/install.go +++ b/pkg/action/install.go @@ -116,6 +116,7 @@ type Install struct { Labels map[string]string // KubeVersion allows specifying a custom kubernetes version to use and // APIVersions allows a manual set of supported API Versions to be passed + // (for things like templating). KubeVersion *common.KubeVersion APIVersions common.VersionSet // Used by helm template to render charts with .Release.IsUpgrade. Ignored if Dry-Run is false