autohelm icon indicating copy to clipboard operation
autohelm copied to clipboard

Helm tool to simplify management and installation of multiple releases.

Results 10 autohelm issues
Sort by recently updated
recently updated
newest added

Hi, We've recently started using helm and autohelm feels a natural step forward to manage the diverse range of charts we have. However have come across a problem trying to...

Currently hooks are executing during `--dry-run`. They shouldn't be.

` extraArgs.skip-nodes-with-system-pods: false:` should work but it ends up needing to be `extraArgs.skip-nodes-with-system-pods\=false: ""`

Replaces: https://github.com/reactiveops/autohelm/issues/49 All in all, I think we could add a new multiple command line arg --helm-args, add a helm_args section to the course.yml spec and also per chart. As...

Sometimes a chart requires another to be installed (i.e. cert-manager before a chart that installs clusterissuers). It would be very nice if autohelm allowed the specification of chart dependencies.

Currently, autohelm will create a new version regardless of whether there are changes. I thinks this https://github.com/databus23/helm-diff might be useful but it would need to, potentially, be smart about plugins.

There are cases when motivations dictate the usage of multiple line formatting for human readibility. One example would be stuffing a json snippet into the value of a key. It...

When updating a single chart, it would be really cool if `autohelm plot course.yml --heading ` auto-completed the chart names.

```bash ... The datadog agent is listening on port 8126. 2018-08-22 09:45:44 es-MacBook-Pro.local root[2798] DEBUG Installing fluentd 2018-08-22 09:45:44 es-MacBook-Pro.local root[2798] DEBUG Repository for fluentd is OrderedDict([('git', '[email protected]:reactiveops/ro-charts.git')]) 2018-08-22 09:45:44...

When using autohelm with bad credentials (for example), this error message is displayed: ``` ERROR Tiller not present in cluster. Have you run `helm init`? ``` When the real error...