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

Helm controller allows creating a Helm Release with a duplicate environment variable, it deploys with just a warning about the duplication. However, when removing one of the duplicate values Helm...

bug
question

There seems to be a bit of a problem when updating to a new release of a chart in a `HelmRelease` and if the `HelmRepository` did not update in time....

Trying to deploy this with Azure GitOps and ran into this error message: chart pull error: chart pull error: failed to download chart for remote reference: Get \"https://charts.fairwinds.com/stable/polaris-5.6.0.tgz\": EOF" Not...

Last commit is in need of some additional documentation. In addition, I need to compile a list of rendered event/conditions to ease reviewing.

When creating a dependency for a helmrelease in a different namespace, the controller throws an error that it cannot find a helmrelease in a different namespace when `--watch-all-namespaces=false`. I feel...

To avoid HelmReleases being stuck in finalization when a tenant is deleted, we should skip the uninstall action if the service account is no longer available. To make helm-controller play...

enhancement

Hi, I am trying to install new `HelmRelease`, but `helm-controller` is trying to uninstall it and fails. The `HelmRelease` is stuck in `Helm uninstall failed: uninstall: Release not loaded: callisto-ai-reports:...

I noticed that we had an older version with a removed api in one namespace and the helm reconcile failed because of it: ``` Helm upgrade failed: unable to build...

Hello! We have implemented Flux CD on our project, and now we are having the following issue: We have all the helm charts on the same repo, but we are...

enhancement
area/ux

Bumps the go-deps group with 1 update: [github.com/onsi/gomega](https://github.com/onsi/gomega). Updates `github.com/onsi/gomega` from 1.31.1 to 1.32.0 Release notes Sourced from github.com/onsi/gomega's releases. v1.32.0 1.32.0 Maintenance Migrate github.com/golang/protobuf to google.golang.org/protobuf [436a197] This release...

dependencies