The Wayback Machine - https://web.archive.org/web/20220423175531/https://github.com/topics/helm
Skip to content
#

helm

Here are 3,138 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
barnettZQG
barnettZQG commented Apr 15, 2022

Is your feature request related to a problem? Please describe.

There are KubeAPI and MongoDB database drivers, some users want to use Mysql.

Describe the solution you'd like

https://github.com/oam-dev/kubevela/blob/master/pkg/apiserver/datastore/datastore.go#L142

Here define a database interface, you only need to implement it for Mysql.

Additional context

Exist data

good first issue help wanted effort/medium
flux2
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