Open BWagenerGenerali opened 4 months ago
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
/remove-lifecycle stale
Copied from https://github.com/aws/eks-charts/issues/1070
The helm charts are published using the classic approach with a static webserver and an index.yaml:
However in helm 3.8+ the OCI method went GA:
I see two options to use as an OCI mirror:
If you would fully rely on native Github actions to produce these artifacts, the change would be super simple
Source: https://github.com/prometheus-community/helm-charts/blob/4bbd07f308884d44d0edff23ee60da967dc2cd23/.github/workflows/release.yaml#L39C1-L61C15 Also a lot of other CNCF projects are using this approach.