witty-honey-18052
04/02/2023, 3:23 PMv3.11.2
, which is passing the kubeversion to the helm chart as whatever is bundled with helm.famous-caravan-42165
04/03/2023, 3:32 PMhelm template
? Helm uses the version of Kubernetes that the cluster lists. For helm template
you can use the --kube-version
flag to set the version you want.witty-honey-18052
04/03/2023, 4:11 PMskaffold render
but breaks the install/upgrade (skaffold dev
or skaffold run
, which fails when validate is not a recognized option for those commands, Error: unknown flag: --validate
)
helm:
flags:
global:
- --validate
famous-caravan-42165
04/03/2023, 4:13 PMhelm template
there is no cluster to connect to. So, it uses a default value of the latest. --kube-version
works there.witty-honey-18052
04/03/2023, 4:16 PMfamous-caravan-42165
04/03/2023, 4:22 PMwitty-honey-18052
04/03/2023, 4:34 PM--validate
flag
Error: chart requires kubeVersion: < 1.26.0-0 which is incompatible with Kubernetes v1.26.0
deploy
instead of manifests