hashicorp / consul-helm

Helm chart to install Consul and other associated components.
Mozilla Public License 2.0
419 stars 386 forks source link

Remove kubeversion from Chart.yaml #1065

Closed david-yu closed 3 years ago

david-yu commented 3 years ago

Removing kubeversion as it is causing issues in development with helm template

helm template consul /Users/name/go/src/github.com/hashicorp/consul-helm -f consul-values.yaml
Error: chart requires kubeVersion: >=1.17.0-0 which is incompatible with Kubernetes v1.16.0`

kubectl version
Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.2", GitCommit:"092fbfbf53427de67cac1e9fa54aaa09a28371d7", GitTreeState:"clean", BuildDate:"2021-06-16T12:59:11Z", GoVersion:"go1.16.5", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"20+", GitVersion:"v1.20.8-gke.900", GitCommit:"28ab8501be88ea42e897ca8514d7cd0b436253d9", GitTreeState:"clean", BuildDate:"2021-06-30T09:23:36Z", GoVersion:"go1.15.13b5", Compiler:"gc", Platform:"linux/amd64"}

Changes proposed in this PR:

-

How I've tested this PR:

How I expect reviewers to test this PR:

Checklist:

david-yu commented 3 years ago

Solved also by doing, the initial error was found when using Helm v3.2.3

brew upgrade helm && brew link --overwrite helm
david-yu commented 3 years ago

Closing for now, will be available for future reference