Skip to content
#

helm

Here are 3,060 public repositories matching this topic...

luinnar
luinnar commented Mar 7, 2022

Command helm repo list act differently when repository config file don't exists:

$ helm repo list
Error: no repositories to show
$ helm repo list -o json
[]
$ echo $?
0

$ rm ~/.config/helm/repositories.*

$ helm repo list -o json
Error: no repositories to show
$ echo $?
1

In both cases helm should return return empty list of repositories without exiting with erro

bug good first issue
k3sup
flux2
pjbgf
pjbgf commented Mar 18, 2022

The fuzz testing should be running against the same dependency versions that are used during testing and release of controllers, for improved reliability of the results.
In projects that depend on libgit2 (e.g. source-controller and image-automation-controller) this is even more so, as both git2go and libgit2 must be within a specific version range for them to work together.

The cu

good first issue area/build
LukasGentele
LukasGentele commented Jan 13, 2020

Is your feature request related to a problem?
"DevSpace should use the current docker behavior for dockerignore:
Dockerfile + .dockerignore
Dockerfile + Dockerfile.dockerignore
Dockerfile.frontend + Dockerfile.frontend.dockerignore
"

Which solution do you suggest?
Delegating the dockerignore file search to Docker if possible, otherwise copying the behavior as best as possible

good first issue
arkade

Improve this page

Add a description, image, and links to the helm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the helm topic, visit your repo's landing page and select "manage topics."

Learn more