You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gpu-operator Helm chart is currently distributed only via the classic Helm repository at https://helm.ngc.nvidia.com/nvidia. This is a request to additionally publish it as an OCI artifact (e.g. to nvcr.io or ghcr.io).
Flux's OCIRepository supports digest pinning and cosign/notation signature verification at the source level — not possible with a classic HelmRepository.
Environments that consume all charts via OCI currently have to special-case gpu-operator.
Prior discussion
This was previously requested in #521, which was closed as completed with a link to the NGC catalog page. That page still serves the classic https:// Helm repo rather than an OCI artifact, and nvcr.io/nvidia/gpu-operator currently contains only container images, no chart — a point also raised by commenters on #521 after it was closed.
In the meantime, the chart is being mirrored to OCI at home-operations/charts-mirror as a stop-gap until an official OCI artifact is available.
Feature description
The
gpu-operatorHelm chart is currently distributed only via the classic Helm repository athttps://helm.ngc.nvidia.com/nvidia. This is a request to additionally publish it as an OCI artifact (e.g. tonvcr.ioorghcr.io).Motivation
OCI is the recommended distribution mechanism for Helm charts and is increasingly expected by GitOps tooling:
OCIRepositorysupports digest pinning and cosign/notation signature verification at the source level — not possible with a classicHelmRepository.Prior discussion
This was previously requested in #521, which was closed as completed with a link to the NGC catalog page. That page still serves the classic
https://Helm repo rather than an OCI artifact, andnvcr.io/nvidia/gpu-operatorcurrently contains only container images, no chart — a point also raised by commenters on #521 after it was closed.In the meantime, the chart is being mirrored to OCI at home-operations/charts-mirror as a stop-gap until an official OCI artifact is available.