ArgoCD Setup
Complete the steps for setting up the ArgoCD tool to support integration with Artifactory as a Helm repository
Overview
ArgoCD is the environment’s continuous delivery tool. Before you can use it as part of the environment, it must first be configured.
Prerequisites
Before setting up ArgoCD, set up Artifactory so that ArgoCD can use it as a Helm repository.
Configuration
Configure ArgoCD to use Artifactory as a Helm repository.
Get the Helm repository location
The Helm repository is in Artifactory. ArgoCD will need the URL to that repository.
In the Artifactory console, select the Home page
In the Set Me Up section, click on the
generic-local
repositoryIn the Set Me Up dialog for the generic-local repository, copy the Deploy URL
Register the helm repository with ArgoCD
Log in to ArgoCD
Open the
Settings
dialog by clicking theManage your repositories, projects, settings
button on the left menuFrom the Settings page, select
Repositories
Press the
Connect repo using https
button at the top of the pageIn the New Repository dialog, select
helm
for the repository type, provide a name to identify the repository, and enter the Artifactory deploy url for the repository url. PressConnect
to create the repository.The repository should now appear and the list and can be used for application deployments
Conclusion
ArgoCD now has the configuration in the environment that it needs to access the helm chart repository in Artifactory.