Max Jonas Werner

Results 52 issues of Max Jonas Werner

Currently, we do not document any of our controllers' flags at https://fluxcd.io/docs so users typically have to find out the available flags themselves, e.g. by running `docker run -it --rm...

area/docs

When looking at a cluster with Kustomizations from different sources it would be helpful to print the source's name of each Kustomization when listing them.

enhancement
area/kustomization

The [documentation](https://github.com/fluxcd/helm-controller/blob/7a570b8f7a056c7430401a9c94f62dc986e46d7c/docs/spec/v2beta1/helmreleases.md#reconciliation) says that > The reconciler can be told to reconcile the HelmRelease outside of the specified interval by annotating the object with a reconcile.fluxcd.io/requestedAt annotation but that only...

enhancement
area/helm
area/UX

closes fluxcd/flux2#2692 Signed-off-by: Max Jonas Werner

enhancement
area/kustomize

Currently, when specifying a custom CA file in a [GitRepository's secret ref](https://fluxcd.io/docs/components/source/gitrepositories/#https-certificate-authority) or [HelmRepository's secret ref](https://fluxcd.io/docs/components/source/helmrepositories/#tls-authentication), then any system certificates already present in the container running source-controller are discarded. This...

enhancement
area/security

The new field `.spec.insecure` in the HelmRepository CRD signals to the controllers that the registry is served via HTTP and not HTTPS. closes #807 **NOTE**: This PR depends on a...

area/helm
area/oci

`spec.timeout` was consumed twice in a row in scenarios where the optimized clone isn't possible (i.e. when a new commit has been pushed) leading to the overall time of git...

area/git

As a Weave GitOps user I want to download an image archive that I can feed into my air-gapped image registry so that I can use Weave GitOps in my...

help wanted
type/story

As a Weave GitOps engineer I want to make sure that Weave GitOps is able to be deployed and become healthy in an air-gapped environment. **Acceptance Criteria** * GitHub Actions...

ci
area/testing

On enterprise pages such as https://docs.gitops.weave.works/docs/0.8.1/cluster-management/getting-started/ (0.8.1) or https://docs.gitops.weave.works/docs/cluster-management/getting-started/ (current) the little "enterprise" tier label right to the heading always links to the "next" version instead of the one that...

bug
documentation
severity/Minor