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

environment ``` root@node40:~# flux version flux: v2.1.2 helm-controller: v0.36.2 image-automation-controller: v0.36.1 image-reflector-controller: v0.30.0 kustomize-controller: v1.1.1 notification-controller: v1.1.0 source-controller: v1.1.2 root@node40:~# kubectl version --short Flag --short has been deprecated, and will...

I am experimenting with flux but am concerned with the flexibility of applying to remote clusters. I have a multi-tenant admin configuration cluster where my Flux objects live and a...

Hello, I am currently using flux version 'v0.41.2' (Helm Controller Version: v0.31.2). I have enabled '--feature-gates=DetectDrift=true' in Helm controller so that the manual changes in helm deployments can be automatically...

Running latest flux 2.1.1 Having issue when deploying helmrelease of external-dns with the following values: ``` extraArgs: - --aws-assume-role=role-arn ``` This should yield deployment with: ``` args: - --log-level=info -...

## Overview This PR adds support for all Helm storage backends (see the [official documentation](https://helm.sh/docs/topics/advanced/#storage-backends)). ## Usage The storage driver can be set through the `--helm-storage-driver` flag, and its value...

I use Helm charts from Git repository like: ```yaml apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease spec: chart: spec: chart: ./infrastructure/app/helm sourceRef: kind: GitRepository name: flux-system namespace: flux-system ``` I don't see any...

enhancement

I'd like to use Kustomize [labels](https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/labels/) to set k8s labels across all objects in a Helm release. According to the [docs](https://fluxcd.io/flux/components/helm/api/#helm.toolkit.fluxcd.io/v2beta1.Kustomize), `HelmRelease.spec.postRenderers.kustomize` doesn't expose this `labels` property. For example, I...

I propose we offer an alternative solution to the current `HelmRepository`/`HelmChart` APIs for users which deploy the same chart version across clusters with various values. And for users that want...

enhancement
area/ux
area/api

Wildly specific title, I know. Very closely related to an issue in [Kustomize](https://github.com/kubernetes-sigs/kustomize/issues/4514). In my use case, I'm following similarly to the multi-tenant example. I have a base HelmRelease, and...

https://github.com/fluxcd/helm-controller/pull/682 Could you please review adding metadata to the event? Like [this](https://github.com/fluxcd/helm-controller/pull/682) or something else directly from the resource, because in [this](https://github.com/fluxcd/notification-controller/pull/519) solution we have the incorrect value if it...