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

Successor: https://github.com/fluxcd/helm-controller — The Flux Helm Operator, once upon a time a solution for declarative Helming.

Results 103 helm-operator issues
Sort by recently updated
recently updated
newest added

**Describe the feature** I would like to be able to create namespaces if it is not already created when defining a HelmRelase CR. Helm 3.2 allows to create namespaces on...

wontfix

Added helm.fluxcd.io/suspend annotation to replicate helm-controller release suspend behaviour. Required to enable migration to helm-controller without disabling helm-operator or making RBAC changes.

**Describe the bug** When installing helm-operator with helm, providing both git.ssh.known_hosts and git.ssh.configMapName results in a mount failure for known_hosts **To Reproduce** Steps to reproduce the behaviour: 1. kubectl -n...

bug
blocked needs validation

**Describe the bug** In a chart, you can define default values for templates in the chart's values.yaml file. Sometimes it is desired to override them, but other times, you simply...

question

**Describe the bug** Helm checksum annotation doesn't seem to be working when using flux & helm-operator. In a HelmRelease, when values that are linked to a ConfigMap/Secret change, the pod...

bug
blocked needs validation

**Describe the bug** In helm-operator 1.4.2 we are encountering a problem with templating wrapping a line in the a variable reference causing an "unclosed action" as the `}}` to close...

bug
blocked needs validation

It looks like certain Flux dependency upgrades will be easier if we just go ahead and bring Helm Operator up to date at the same time. I do not know...

**Describe the bug** A clear and concise description of what the bug is. When Flux attempts to upgrade my helm chart I get the error: `failed to upgrade chart for...

bug
blocked needs validation

**Describe the bug** Helm operator won't maintain the presence of a deployment even though the associated chart mandates its presence. **To Reproduce** - I install a Helm release that tells...

question

**Describe the bug** Upgrading from 1.2.0 to 1.4.0, fresh 1.4.0 (1.3.0 as well) helm install, old version removed, CRD also removed. **To Reproduce** Steps to reproduce the behaviour: 1. Provide...

bug