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

*This issue was first opened at https://github.com/fluxcd/flux/issues/3480* **Describe the bug** Flux sends out error level notifications despite the resource being successfully reconciled. This is the discord notification I received, in...

I meet an issue of Helm release, the flux indeed successfully deployed the helm release(pod is healthy/svc is working) in cluster, however the helm always returns the status of release...

area/UX

I am trying to deploy a HelmRelease using a HelmRepository as the source for the HelmChart. The Helm chart is pulled successfully: NAME CHART VERSION SOURCE KIND SOURCE NAME READY...

question

If the secret used by HelmRepository is deleted after HelmRepository was created, and you create HelmRelease referencing that repository, this HelmRelease will never be able to reconcile, because HelmChart object...

### Describe the bug We were used to deploy the [ErpNext Helm Chart](https://github.com/frappe/helm/tree/master/erpnext) using Flux. Since the Flux upgrade to version 0.15.3 we are facing the following error message: ```...

When deploying a helmChart using the below HelmRelease and using ```helm-controller:v0.12.1``` ```yaml --- apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: redis-cluster spec: chart: spec: chart: redis-cluster reconcileStrategy: ChartVersion sourceRef: apiVersion: source.toolkit.fluxcd.io/v1beta1...

cc @seaneagan Signed-off-by: Daniel Holbach

### Describe the bug Title says its all. Here is the Pod definition: ``` apiVersion: v1 kind: Pod metadata: name: helm-controller-f56848c5-gsd44 generateName: helm-controller-f56848c5- namespace: flux-system uid: 5959073e-cf82-4d65-8925-9ece92fb366c resourceVersion: '408070363' creationTimestamp:...

Here are the steps to reproduce the my observation. 1. create a local KinD cluster as target for testing `kind create cluster` 2. install FluxCD components `flux install` 3. create...

### Describe the bug We are using HelmRelease with a valuesFrom field using a ConfigMap. We have a need where we do not want to trigger a HelmRelease on ConfigMap...