You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to see the repo list from helm container but not able to add any repo.
I am able to add repo manually with in helm container but not able to add repo through Jenkins Pipeline.
I am trying to add repo to helm inside helm container but facing same issue and i am unable to add any repo with in the helm pod.
Below are the logs for the same.
helm repo add elastic https://helm.elastic.co --debug
Error: looks like "https://helm.elastic.co" is not a valid chart repository or cannot be reached: open /.cache/helm/repository/elastic-index.yaml: no such file or directory
helm.go:94: [debug] open /.cache/helm/repository/elastic-index.yaml: no such file or directory
looks like "https://helm.elastic.co" is not a valid chart repository or cannot be reached
main.(*repoAddOptions).run
/home/circleci/helm.sh/helm/cmd/helm/repo_add.go:154
main.newRepoAddCmd.func1
/home/circleci/helm.sh/helm/cmd/helm/repo_add.go:71
github.com/spf13/cobra.(*Command).execute
/go/pkg/mod/github.com/spf13/[email protected]/command.go:842
github.com/spf13/cobra.(*Command).ExecuteC
/go/pkg/mod/github.com/spf13/[email protected]/command.go:950
github.com/spf13/cobra.(*Command).Execute
/go/pkg/mod/github.com/spf13/[email protected]/command.go:887
main.main
/home/circleci/helm.sh/helm/cmd/helm/helm.go:93
runtime.main
/usr/local/go/src/runtime/proc.go:203
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1373
I got the following error when I try to run
helm repo list
Error: open /root/.helm/repository/repositories.yaml: no such file or directory
I want to package and push helm chart to my private repository which already added to the helm.
But when i try to run the
helm package .
got errorError: stat /root/.helm/repository/local: no such file or directory
The text was updated successfully, but these errors were encountered: