Stefan Prodan

Results 832 comments of Stefan Prodan

> Currently, the bucket controller downloads the whole contents of the bucket and the filtering is done on the HelmChart spec or on the Ignore option, but this is only...

@hiddeco can we guard against this race condition in the `HelmChartReconciler` rewrite?

> When people argue with "most people", I am always interested in getting the link to a statistic or real evidence Given that Flux v1 supported only SSH for years...

For Flux v2 I see hrval implemented as a command of the Flux CLI e.g. `flux validate -f my-helm-release.yaml`. As for this project, I have no bandwidth to maintain it...

Redoing this for flux2 would take up too much of my time, I propose we archive/delete this repo and its website.

Yes I think it makes sense 👍 As for the language, I think you could write GH actions in Go but I didn't had time to see what options are...

There is no `--set manifest-generation=true`see https://github.com/fluxcd/flux/blob/master/chart/flux/values.yaml#L290

That's the command flag name, the Helm chart uses a different naming scheme.

The traffic metrics are an extension of the `APIService` not a CRD. We can't add the APIService yaml in this repo as it requires the CA bundle, see https://github.com/servicemeshinterface/smi-metrics/blob/master/chart/templates/apiservice.yaml

@grampelberg to use the conversion webhook we have to switch to `apiextensions.k8s.io/v1` that means breaking compatibility with Kubernetes < 1.16 but most Kubernetes-as-a-service are on 1.14...