Helm
Get started with Helm packages in Harness Artifact Registry.
Prerequisites
Ensure you have Helm CLI installed and configured on your local machine.
Ensure you have access to a Harness account with the appropriate permissions to create registries and connectors.
Create a Helm Artifact Registry
Navigate to the Artifact Registry module in your Harness project.
Click on New Artifact Registry.
In the Registry Type list, select Helm Registry.
Provide a Registry Name.
The registry name must start with a letter and can include lowercase alphanumeric characters, underscores (
_), periods (.), and hyphens (-).
Optionally, add a Description and Labels for better organization.
Choose visibility between Public and Private.
Click Create Registry to finalize.
Configure an Upstream Proxy (Optional)
An upstream proxy allows your registry to fetch Helm packages from external sources if they are not available locally.
Create an upstream proxy
In the Artifact Registry module, click the dropdown next to New Artifact Registry and select Upstream Proxy.
Choose Helm Registry as the proxy type.
Click Create Proxy to establish the connection.
Configure the upstream proxy in your registry
In the Artifact Registry module, select an existing Artifact Registry.
Select the Configuration tab.
Under Advanced (Optional), select Configure Upstream.
Select from the list of compatible proxies to add them to your registry.
Click Save to save the configuration.
Push & Pull Helm packages
Authenticate the Helm CLI
In your Harness Helm Artifact Registry, click Setup Client.
Copy the provided helm install command.
Execute the command in your terminal to authenticate your Helm CLI with the Harness registry.
Push a Helm package
Build and publish your package:
Pull a Helm package
Install your package using helm:
Last updated
Was this helpful?