helm-controller
helm-controller copied to clipboard
The GitOps Toolkit Helm reconciler, for declarative Helming
I've been managing multiple Flux installations in production for about 2 years. I'm very satisfied with how it operates, but I continually encounter the question of how to adequately lint...
Helm-controller v0.35.0 (also checked on v0.31.2) Example CR HR ``` apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: my-frontend namespace: default spec: chart: spec: chart: my-frontend reconcileStrategy: ChartVersion sourceRef: kind: HelmRepository name:...
### Describe the bug Alerts HelmRelease install success is sent before helm tests results when enabled. ### Steps to reproduce enable a failure in tests for a helm chart. enable...
I sometimes need to author a small helm release in my git repo just to leverage the helm templating syntax not available in the kustomize controller (see the htpasswd-secret-generator-helm-chart below...
Pretty much the same ask made here: https://github.com/fluxcd/notification-controller/issues/511 Add a field to the `HelmRelease` spec for attaching more metadata to events delivered to notification-controller.
Hi, we are using a pinned version range on the charts for most of our installed helm releases, like described here: https://fluxcd.io/flux/use-cases/helm/#automatic-release-upgrades It would be great if the controller could...
Hi all 👋🏼 I am using the latest released version of Flux (v0.41.2) I am trying to install the helm chart thanos from https://github.com/stevehipwell/helm-charts Source: https://github.com/stevehipwell/helm-charts/tree/main/charts/thanos When Flux installs this...
Hi, We have a helm chart that is big and takes a while to install has it has a lot of pre-install hooks, so we have concurrency set low. However...
A small quality of life improvement request: when calling `kubectl get helmrelease` (without `-o` option), it would be great if we can see which revision (chart version) is installed, similar...
By default helm sets `WaitForJobs` to false, however, when using helm controller this field becomes true. This feels unexpected. On helm controller a field of `DisableWaitForJobs` is present, this is...