Push Helm OCI Charts

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide
ft:sourceType
Paligo

To push a chart in OCI form, use the helm push command:

Important

Make sure you add the oci:// prefix to the Artifactory repository URL to force the Helm chart to wrap the artifact as OCI.

Note

Make sure to replace the placeholders in bold with your Helm chart .TGZ file, URL, and desired repository path.

helm push <HELM_CHART_TGZ_FILE> oci://<URL>/<REPOSITORY>