Helm
OCI Commands
OCI artifact registry
3 commands
Commands
Push to OCI registry
$ helm push mychart-0.1.0.tgz oci://registry.example.com/helm-charts
Push packaged chart to OCI-compliant registry.
Pull from OCI registry
$ helm pull oci://registry.example.com/helm-charts/mychart --version 0.1.0
Pull chart from OCI registry with specific version.
Login to OCI registry
$ helm registry login registry.example.com -u user
Authenticate to OCI registry for push/pull operations.