mirror of https://github.com/artifacthub/hub.git
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:
parent
2194e2e47d
commit
196139267b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue