souleb
souleb
If implemented will detect any change on how ssa dry-run return diffs on hpa metrics Signed-off-by: Soule BA
Hi, We are migrating from v0.42 to v0.45 and we get the following error when calling `repositories.Edit`: ``` { Response: { Status: "422 Unprocessable Entity", StatusCode: 422, Proto: "HTTP/2.0", ProtoMajor:...
On the model of the `human report`, support a `unified report`. https://www.gnu.org/software/diffutils/manual/html_node/Detailed-Unified.html
The test cases in [internal](https://github.com/fluxcd/kustomize-controller/tree/main/internal)/[sops](https://github.com/fluxcd/kustomize-controller/tree/main/internal/sops)/[hcvault](https://github.com/fluxcd/kustomize-controller/tree/main/internal/sops/hcvault)/keysource_test.go use `"github.com/ory/dockertest"` to spin up a test vault server. We want to replace this to avoid having a dependency with docker. Instead we want to...
A new statement is added to specify that docker-registry secrets are accepted by OCI Helm repositories. Signed-off-by: Soule BA
Currently the `HTTP/S HelmRepository` type support passing a `secret` containing `certFile`, `keyFile`, and `caFile`. A TLSConfig is built from it and passed downstream to the `roundtripper`. This issue is about...
Create dedicated namespaces per test case, then delete the whole NS at the end. This will help avoid the case where we fail to stop the kube-apiserver. for example: ```go...
The idea is to provide the ability to declare a registry as `insecure` and to be able to communicate with the `http` scheme.
Signed-off-by: Soule BA **What changed?** Instead of polling at fix interval, we use a watcher to update namespaces. **Why was this change made?** We expect to detect new namespace earlier...
**Short description** As a User I would like to be able to use weave gitops provided application events for debugging purpose. **Context** The current implementation queries the list of events...