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

When helm-controller delete helmrelease, and something wrong in the cluster, then the controller only delete once for it will not requeue. Issue here: https://github.com/fluxcd/helm-controller/issues/291 Also could be check the requeue...

If a HelmRelease is deleted and fails to delete corresponding resources (e.g. failed webhook or missing CRD) it is never retried and just leaves orphaned resources. If this functionality is...

bug
area/helm

Each HelmRelease automatically creates a corresponding HelmChart object and it looks like a separate tarball gets downloaded for each HelmChart object. This seems like an inefficient use of storage if...

If an install or upgrade fails due to a failing helm test, upon retry it fails with an error that the test resource already exists. This causes a permanent failure...

bug
area/helm

Fixes https://github.com/fluxcd/flux2/issues/1637 Draft PR. More work and context for this description coming.

I'm using the [Dex chart](https://github.com/dexidp/helm-charts/tree/master/charts/dex), where I have a base configuration and configuration for clients and connectors. Due to tooling externally to add new connectors and clients I have separated...

What is currently your suggested action to take when I need to retry a helmrelease's upgrade without the need to change anything. Assume the upgrade fails because the container registry...

Hello. I’m having trouble with a custom chart for nginx-ingress where the OriginLabels post renderer fails to parse the TCP/UDP ConfigMaps due to the data field containing numbers as keys....

It'd be great if this controller could support simply templating a chart and handling the resulting resources as if they had been applied with a Kustomization. This would help resolve...

wontfix

### Describe the bug Flux modifies Secret on helm release install ### To Reproduce Install Loki using Helm chart: ```yaml apiVersion: source.toolkit.fluxcd.io/v1beta1 kind: HelmRepository metadata: name: grafana namespace: flux-system spec:...