What is Chainguard?
An overview of Chainguard: its mission to be the secure source for open source, its products (Containers, Libraries, and …
For the complete documentation index, see llms.txt.
Catalog customers can provision Chainguard Helm charts, along with the container images each chart depends on, directly from the Chainguard Console. This replaces the previous manual request process, which required coordination with Chainguard sales, customer success, and support and could take 1 to 4 days.
Note: This capability is available to Catalog customers whose plan includes the APPLICATION tier. It does not apply to the free Catalog Starter plan. Customers on per-image pricing can request charts through a support workflow, described in Per-image pricing customers.
To add Helm charts to your organization from the Console, complete the following steps:
Provisioning runs in the background. The Console shows in-progress and completion states while it adds the charts and images, which can take some time to finish.
chainctl
You can perform the same action from the command line with chainctl. For a Catalog customer, the following command resolves the chart’s image dependencies and creates any missing chart and image repositories in your organization, matching the Console flow:
chainctl images helm add-chart $CHARTReplace $CHART with the chart you want to add. The command will output a small chart showing the name of every image in the Helm chart and the image status, such as whether it already exists in your org or is being added.
Note: This command is available starting in a specific
chainctlrelease. If it isn’t available in your installation, updatechainctlto the latest version.
You can use the command to add iamguarded charts, too:
chainctl images helm add-chart iamguarded-charts/$CHARTIf you want to test the process before actually adding the chart, use:
chainctl images helm add chart $CHART --dry-runTo learn more, use chainctl images helm add-chart --help or refer to the chainctl Reference documentation.
If your organization uses per-image pricing, or a chart requires images outside your active tiers, the Console doesn’t provision the chart instantly. Instead, it generates a single support request that lists the chart and any missing images, prefilled with your organization’s details. Chainguard support then provisions the chart and images, typically within 1 to 2 days.
After provisioning completes, authenticate and deploy your charts by following How to Use Chainguard Helm Charts.
Last updated: 2026-08-06 18:00