Skip to content
#

helm

Here are 2,469 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

Fresa
Fresa commented Apr 22, 2021

Checklist:

  • [ x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
  • [ x] I've included steps to reproduce the bug.
  • [ x] I've pasted the output of argocd version.

Describe the bug

Values from an Application CRD values block that overrides values from value files are not visualized under the App Details -> Parameters -> Parameters section.

**To Repro

wonderflow
wonderflow commented Jul 6, 2021

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

Now our component revision is automatically generated with incremental number. It has some drawbacks:

  1. Real users has their own version standard, some version number is business related. They hope the version in kubvela can match with their own revision. So they can have end to end consistency.
  2. Users need to apply appli
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
flux2
stefanprodan
stefanprodan commented Jul 5, 2021

Flux get commands could have a watch option similar to kubectl get --watch. When --watch is set, the CLI would fist list the objects as a table, then watch for changes in-cluster and append a table row every time an abject changes. Note that --watch would work only for single resource type. e.g.

$ kubectl get all -w
error: you may only specify a single resource type
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