flux2 icon indicating copy to clipboard operation
flux2 copied to clipboard

Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit.

Results 272 flux2 issues
Sort by recently updated
recently updated
newest added

### Describe the bug When using a HelmRelease with Chart downloaded from Git Source, that have local alias dependencies we are experiencing strange behaviour. The outcome error is `helm-controller reconciliation...

### Describe the bug I have an EKS cluster that can only access the internet through an HTTP proxy. When I add a HelmRepository, the controller cannot fetch it by...

> **NOTE:** Draft PR Removing deprecated `kustomize` features as discussed [here](https://github.com/fluxcd/flux2/discussions/4381). `vars` feature has not been removed as `replacements` cannot replace a var `$()` with the value patched outside the...

### Describe the bug Even if we have workaround described here -> https://github.com/fluxcd/flux2/discussions/1537 Users of SOPS are used to not have to change file format, or move part of configurations...

wontfix

### Describe the bug I tried to set TZ var env with my timezone (Pacific/Noumea) in all flux controllers with no luck ### Steps to reproduce 1. Modify flux kustomization...

enhancement

My goal is to have no manually created secrets. Workload identity for git repos is my last step. I'd like to see Azure Devops repositories set so that I can...

At my company, we have strict commit message requirements that enforce the use of a certain prefix (e.g. !000 - Commit message) in order to push. It would be nice...

enhancement
area/git
area/bootstrap

### Describe the bug When using the `healthCheck` feature on a flux kustomization, i was hoping to observe the `dependsOn` being honoured such that the initial kustomization wasn't seen as...

### Describe the bug I don't know if it is a bug. 1. I generate resource yaml files and push them to git, like cluster-A/ helmrelease, kubeconfig secret, values configmap,...

### Describe the bug I’m new to flux. I’m just trying to do the getting started guide. And I’m stuck at the very beginning. I’ve ran the following command: ```...