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

Bumps the ci group with 9 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.1.1` | `4.1.2` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action)...

area/ci
dependencies

This issue is related to a use case we are trying to address using only flux. In this case, we have a parent chart with several child charts. One of...

question

Hi, After a lot of pain trying to identify why a non-trivial chart with subcharts was resulting in strange values, we found out this issue https://github.com/helm/helm/pull/12480 and https://github.com/helm/helm/issues/12460. It seems...

Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.31.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

I like to verify chart with gpg: https://helm.sh/docs/topics/provenance/ like the chart-releaser creates: https://github.com/helm/chart-releaser/blob/main/doc/cr_package.md PS: cosign is nice but not the default way in helm ...

Hey there, we have a use case for which we automatically want to deploy prerelease versions of a chart but skip the release versions. In our case the semver tag...

enhancement

Hello everyone, I made a small PoC to achieve this result: ![image](https://github.com/fluxcd/helm-controller/assets/8062709/a3ba5fcb-5277-424a-a1f8-5e5380e1c043) The goal would be to be able to indicate in a HelmRelease the key corresponding to the version...

Upgrade Helm to latest to fix #878 To deploy helm-controller with Helm v3.14.0 use the following bootstrap patch in `flux-system/kustomization.yaml`: ```yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - gotk-components.yaml - gotk-sync.yaml...

hold

Hello, When drift mode is set either to `warn` or `enabled`, it should detect extra map keys and extra list objects. For instance if an `HelmRelease` installs a `Deployment` with...