Skip to content
#

helm

Here are 2,438 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 Jun 19, 2021

The background is in #1786 .

We should allow revision created by outside system. So we should add a mechanism to check if the revision already exist.

The quick solution could be:

  1. calculate the revision hash
  2. list all revision related(label selector app name)
  3. check if there's existing revision with same hash and compare the spec. If they are deep equal, don't generate.

_Origin

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

We could add a field called status-selector to Flux get commands so that users can specify the status condition name and the desired state to filter the result.

The filter format could be flux get <kind> --status-selector=<condition-name>=<true|false|unknown> .

Print sources that are not ready:

flux get source all --status-selector=ready=false

Print Kustomizations with f

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