Connect Helm OCI to Artifactory

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide

You can store and distribute Helm charts directly within an OCI registry, leveraging the same infrastructure used for container images. This allows for a unified approach to managing and distributing application code as images, and deployment configurations as charts through a single registry.

Supported client versions: Helm 3.8 and above

To connect Helm OCI to Artifactory:

Run the following command:

helm registry login [JFrogPlatformURL]

Where:

  • [JFrogPlatformURL]: The URL of your JPD, without the protocol schema

For example:

helm registry login company.jfrog.io

Alternatively, you can provide your username and token in advance with the following command:

helm registry login -u <USERNAME> -p <TOKEN> [JFrogPlatformURL]

Where:

  • <USERNAME>: Your JFrog username

  • <TOKEN>: Your identity token

  • [JFrogPlatformURL]: The URL of your JPD, without the protocol schema

For example:

helm registry login -u jeffry@frog.com -p eyJhbGciOiJIUzI1NiJ9eyJzdWIiOiJ1c2VyMTIzIiwiaWF0IjoxNzA0MDY3MjAwfQ company.jfrog.io

Note

You can also use JFrog Set me up to copy the snippet populated with your token and environment. For more information, see Use Artifactory Set Me Up for Configuring Package Manager Clients.

Next steps: