Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(framework): replace bitnami helm chart with oci one (backport #1…
…2489) (#12505) ## Motivation Issues with adding the Bitnami repository caused by Cloudflare instability made our CI very unstable ([example CI run](https://github.com/kumahq/kuma/actions/runs/12669382227/job/35307422204)) ``` "Error: looks like \"[https://charts.bitnami.com/bitnami\](https://charts.bitnami.com/bitnami/)" is not a valid chart repository or cannot be reached: stream error: stream ID 1; INTERNAL_ERROR; received from peer", ``` ## Implementation information Switched from the Bitnami Helm chart to the OCI-based chart, resolving issues with adding the Bitnami repository caused by Cloudflare instability. This change allows the complete removal of the Bitnami repository. ## Supporting documentation - bitnami/charts issue 31257 - https://blog.bitnami.com/2024/10/bitnami-helm-charts-moving-to-oci.html Signed-off-by: Bart Smykla <[email protected]>
- Loading branch information