You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/automation-and-resiliency/argo-cd-usage.md
+24-17Lines changed: 24 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -125,31 +125,38 @@ This document focuses on Helm and Kustomize.
125
125
126
126
#### Helm
127
127
128
-
If you're using [Helm](https://argo-cd.readthedocs.io/en/stable/user-guide/helm/), you may use your own package or a repository in the Docker Helm OCI repository.
128
+
If you're using [Helm](https://argo-cd.readthedocs.io/en/stable/user-guide/helm/), you may use your own package or a chart repository in the Docker Helm OCI repository.
129
129
130
130
Start by creating a top-level directory dedicated to your application.
131
131
132
132
If using your own Helm package, place all of the Helm files within this directory, including your values file(s). When setting up the application in the Argo CD UI, you have the option to set a specific values file to use. For example, you may have a values file for each environment (dev, test, prod).
133
133
134
-
If using a package in the Docker Helm OCI repository (registry-1.docker.io), you will have to use the `docker-helm-oci-remote` caching repository in Artifactory, because your ArgoCD project only allows source repository URLs that match either your gitops repository or the Artifactory caching repository. To use Artifactory for this, create a Chart.yaml file in your application's directory in your gitops repository, setting the desired Helm package as a dependency. Here's an example that uses the bitnami redis-cluster package:
134
+
If using a package in the Docker Helm OCI repository (registry-1.docker.io), you will have to use the `docker-helm-oci-remote` caching repository in Artifactory, because your ArgoCD project only allows source repository URLs that match either your gitops repository or the Artifactory caching repository. To use Artifactory for this, create an ArgoCD App using the following guidelines:
To apply local customizations, copy the values.yaml file from the original repository into this same directory, make your modifications, and select that file in the values file list in the ArgoCD configuration.
0 commit comments