helm
Helm registry quickstart
Set up a Helm registry, authenticate, and push your first artifact.
Needs the Artifact Registry module enabled and permission to create registries.
1. Create the registry
Go to Artifact Registry → New Registry.
Choose Helm as the package type.
Name it and pick a scope.
2. Authenticate
helm login pkg.harness.io --username <email> --password <token>3. Push your first artifact
helm push pkg.harness.io/<account>/<registry>/my-artifact:1.0.0Link 1
Link 2
Link 3
Link 4
FEEDBACK_BUTTON
Last updated
Was this helpful?