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

helm

Here are 2,495 public repositories matching this topic...

sgandon
sgandon commented Apr 8, 2019

when killing the process running helm dep up it sometimes leave a temporary folder named tmpcharts and this makes the next helm dep up fail with the following error.

Error: Unable to move current charts to tmp dir: rename /mychart/charts /mychart/tmpcharts: file exists

This is easily reproducable by creating a folder named tmpcharts inside an helm chart root folder and try to l

andrewm-aero
andrewm-aero commented Aug 2, 2021

Describe the bug

In the official docs, the page for Helm notes that variables can be substituted using the $ character, but do not specify how to escape them. The user should not have to dig through the source code for this information. If this is not a supported feature, then the docs should state this very clearly.

To Reproduce

See https://argo-cd.readthedocs.io/en/stable/user-g

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

arkade
okteto
lamphuc
lamphuc commented Jan 15, 2021

Is your feature request related to a problem? Please describe.
I want to strictly run my Okteto pods in special worker nodes e.g. GPU enabled.

Describe the solution you'd like
Add nodeSelector and affinity options to Okteto manifest that maps to nodeSelector and affinity in Kubernetes manifest.

Describe alternatives you've considered
2 alternatives to solve this proble

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