Bump k8s used to extract containers images to 1.29

Related to #4378

Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
This commit is contained in:
Sergio Castaño Arteaga 2025-05-05 09:11:15 +02:00
parent 2194e2e47d
commit 196139267b
1 changed files with 2 additions and 2 deletions

View File

@ -569,9 +569,9 @@ func extractContainersImages(chrt *chart.Chart) (images []string, err error) {
Log: func(string, ...interface{}) {},
})
install.KubeVersion = &chartutil.KubeVersion{
Version: "1.22",
Version: "1.29",
Major: "1",
Minor: "22",
Minor: "29",
}
install.ReleaseName = "release-name"
install.DryRun = true