souleb
souleb
Signed-off-by: Soule BA kind/refactor **What this PR does / why we need it**: Refactor the cli functions to use urfave/cli instead of cobra. Viper is replaced by urfave/cli atlsrc. A...
Signed-off-by: Soule BA **What this PR does / why we need it**: If implemented, users will be able to use custom certificates and CA when interacting with OCI registries. This...
fixes #914 If implemented, users will be able to enable chart verification for OCI based helm charts. The `remote builder` will not attempt to download the chart if an artifact...
HelmCharts reconciliation sometime result in unknown build error and Unknown reason with auth failure It happens when HelmChart build is attempted when the associated HelmRepository isn't ready because of the...
We cannot connect to insecure (plain http) registries with the cosign verifier because cosign does not propagate the insecure flag from their `RegistryOptions` to the `name.Registry` scheme, so it stays...
Take advantage of PR #876 new `oci` pkg to provide a chart verification capability to the `helmChart` reconciler.
cosign has a flag `--allow-insecure-registry` that set `InsecureSkipVerify=true` on in the underlying `tls` config. We would like to have another option that set the scheme to `http` the same ways...
Thanks very much for this project. In github actions pan, I get a bunch of warnings. It would be nice to get informtion on file and function name. Is there...
## 📑 Description fix typo in `httproute.go` and `httproute_test.go` ## ✅ Checks - [x] My pull request adheres to the code style of this project - [x] My code requires...
This RFC proposes to add support for custom heath checks during the health check phase of a `kustomization` reconciliation using `CEL` expressions.