dcgm-exporter icon indicating copy to clipboard operation
dcgm-exporter copied to clipboard

Request: Upload Helm chart to OCI registry

Open heavybullets8 opened this issue 9 months ago • 0 comments

Is this a new feature, an improvement, or a change to existing functionality?

New Feature

Please provide a clear description of the problem this feature solves

Currently, Helm charts are not available as OCI artifacts, limiting options for signing, integrity verification, and compatibility with GitOps workflows such as Flux. Publishing charts as OCI artifacts would enable secure distribution and streamlined reconciliation using GitOps tooling.

Feature Description

With Helm v3.8.0, OCI support became GA, enabling Helm charts to be published directly to OCI-compliant registries like Quay, Dockerhub, and GHCR. This allows signing charts using cosign, ensuring integrity and enabling secure GitOps workflows, particularly with Flux, which can reconcile and verify OCI artifacts.

Describe your ideal solution

Publish and distribute Helm charts as OCI artifacts to an OCI-compliant registry, supporting integrity verification via cosign signatures. This allows Flux and similar GitOps tools to securely reconcile these charts directly from OCI sources.

Additional context

No response

heavybullets8 avatar Mar 20 '25 19:03 heavybullets8