helm: Error: "no objects visited" while installing the chart using helm3 command.

Output of helm version: version.BuildInfo{Version:“v3.1.0-rc.1”, GitCommit:“0977ded29a00383db5cbfd91ae220d30457f6ddb”, GitTreeState:“clean”, GoVersion:“go1.13.7”}

Output of kubectl version: Client Version: version.Info{Major:“1”, Minor:“17”, GitVersion:“v1.17.2”, GitCommit:“59603c6e503c87169aea6106f57b9f242f64df89”, GitTreeState:“clean”, BuildDate:“2020-01-21T22:17:28Z”, GoVersion:“go1.13.5”, Compiler:“gc”, Platform:“linux/amd64”} Server Version: version.Info{Major:“1”, Minor:“14+”, GitVersion:“v1.14.8-gke.33”, GitCommit:“2c6d0ee462cee7609113bf9e175c107599d5213f”, GitTreeState:“clean”, BuildDate:“2020-01-15T17:47:46Z”, GoVersion:“go1.12.11b4”, Compiler:“gc”, Platform:“linux/amd64”}

Cloud Provider/Platform (AKS, GKE, Minikube etc.): GKE

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 15 (5 by maintainers)

Most upvoted comments

Fixed in 3.1.1

That’s good to hear, thanks @suciuandrei94

Tried it out @hickeyma

Release "emplate-boot-service" does not exist. Installing it now.
Error: execution error at (template-boot-service/templates/deployment.yaml:50:21): A valid baseRepository is required!

So it works fine with master version.

@srisurya777 Yes helm lint is returning error in chart.yaml file

What is the error?

I had a similar issue, but my chart passed lint. I was getting Error: no objects visited because my chart was missing a required value. Something to try/rule out. The error isn’t helpful at all, but I was able to figure it out by the lint output.

helm lint datadog-cluster
engine.go:159: [INFO] Missing required value: Required: apiKey
engine.go:159: [INFO] Missing required value: Required: appKey
engine.go:159: [INFO] Missing required value: Required: dcaSecret
==> Linting datadog-cluster
[INFO] Chart.yaml: icon is recommended

1 chart(s) linted, 0 chart(s) failed