Hidde Beydals

Results 269 comments of Hidde Beydals

It would be good to take into account that [cdevents](https://github.com/cdevents/spec) is shaping.

RC releases for all relevant packages have been published: | Package | Version | Reference | |---|---|---| | `github.com/fluxcd/pkg/apis/kustomize` | `v0.3.0-rc.1` | [Link](https://pkg.go.dev/github.com/fluxcd/pkg/apis/[email protected]) | | `github.com/fluxcd/pkg/apis/meta` | `v0.11.0-rc.1` | [Link](https://pkg.go.dev/github.com/fluxcd/pkg/apis/[email protected])...

Please file an issue in https://github.com/JimPruitt/chocolatey-packages, which is the source of the Chocolatey package. Once we publish a binary, things Windows (or the package manager) does with it is out...

The `HelmChart` re-uses the authentication configuration of the `HelmRepository` to pull the chart. The problem however seems to be that the `index.yaml` is hosted on `github.io` while it contains references...

> The `flux bootstrap` stops because it cannot write to the branch. > However, when I follow https://fluxcd.io/docs/migration/flux-v1-migration/#flux-read-only-mode I could set it up successfully with `flux install`, `flux create source...

The `suspend` or `resume` command on the `HelmRelease` does not touch the underlying chart. You are also running an older version of `flux`, given we released `0.8.0` last Friday.

The `HelmChart` is updated by the `HelmRelease` when the reconciliation for the resource is resumed. When this happens, the `HelmChart` temporary becomes "not ready" until the new revision has been...

> Can someone explain this design decision? It is to serve the other side of the coin: people that do not want to include the defaults otherwise do not have...

You need to escape the comma, as otherwise the parsing logic (which equals `--set` as `helm` itself has when `targetPath` is used) will trip over the value. See also: https://helm.sh/docs/intro/using_helm/#the-format-and-limitations-of---set...

Waiting for objects is kind of unnatural for something like a reconciliation loop because it holds up the queue by taking the worker hostage. Generally speaking, they should fail fast...