helm-classic icon indicating copy to clipboard operation
helm-classic copied to clipboard

⚠️(OBSOLETE) Helm Classic v1

Results 42 helm-classic issues
Sort by recently updated
recently updated
newest added

I [mentioned this in a PR](https://github.com/helm/helm/pull/293#issuecomment-162823338) I just closed so figured it was better to move to an issue. As part of #292 to be able to use `kubectl apply`...

OpenShift has OAuth support which isn't yet upstreamed to Kubernetes but [hopefully will soon](https://github.com/kubernetes/kubernetes/issues/10408). Charts for web consoles wishing to reuse OpenShift's OAuth for single sign on with whatever OAuth...

Right now `helm install` terminates if any `kubectl create` fails. As we start to make composite apps with different RCs and Services that can overlap. New versions of a chart...

bug

we found when making charts that often they require secrets to be imported or created and sometimes secrets are shared between charts. e.g. when using Gerrit, Jenkins and SonarQube we...

proposal

So, given the following use case, say I'm on an older version of a chart that is installed (v0.1.0): ``` $ helm install postgres ``` Then, when I want to...

As @jchauncey pointed out, the default `helm install` command prints the JSON output to STDOUT, which is sort of excessive. Especially for larger charts. We should suppress this, probably exposing...

bug

We are starting to get charts within the charts repo (selenium/selenium-hub) which can't be run on a default GKE cluster do to their CPU/Memory requirements. To encourage better helm +...

docs

helm should cleanup any successful manifest uploads if one fails

proposal

So for some reason the `daemonset` I have been working on requires me to pass in `-validate=false` for it to work. That got me thinking that we might want to...

Helm requires charts be edited inside `$HELM_HOME/cache` or `$HELM_HOME/workspace` today. This makes sense as a default for casual users. However, I'd also like to edit charts out of an arbitrary...

proposal