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

The GitOps Toolkit Helm reconciler, for declarative Helming

Results 163 helm-controller issues
Sort by recently updated
recently updated
newest added

Today I have sort of a feature request/discussion topic: I try to migrate existing resources already existing on the K8s clusters (applied using flux1, manually or via Kustomizations) to Helm...

We are using the Flux kustomize-controller and helm-controller to apply configuration to clusters. Before we make changes to HelmReleases and the ConfigMaps/Secrets that they reference we suspend all of the...

While using ValuesFrom from configmap and keeping `optional: true` as config, it is showing the following error: ``` missing key '' in ConfigMap '' ``` Is this expected behaviour, I...

Adding optional field at key level when fetching values from configmap and secret Signed-off-by: Tanuj Dwivedi

### Describe the bug After specifying values file name in valuesFiles, helm controller still looks for 'values.yaml' file even if specified file exists in chart(main-values.yaml in my case). Output of...

Hello, We have a huge amount of client-side throttling errors showing in the Helm Controller, on a cluster that has 150 CRDs, most of them deployed by Azure Service Operator...

There seems to be a problem with graceful termination handling in the situation when the helm-controller workers are busy reconciling a release that takes longer than 30s (`readinessProbe.failureThreshold: 3` and...

I've got a helm chart that installs controller which registers two webhooks (mutating pods and validating CRD). Installation of that chart with flux (HelmRelease) fails because webhook configs are pushed...

Is it possible to instruct Helm controller to add a debug flag when performing helm install/upgrade action? I can't find that option in the Install/Upgrade block of the HelmRelease.

the current `dependsOn` implementation requires `HelmRelease` object names. A very useful and modular solution would be to allow passing a label matcher to find the requested array of `HelmRelease` objects...

invalid