argocd-helm/charts/argo-cd/templates/argocd-repo-server
Andrew Hamilton eebb8c8d48
feat(argo-cd): adds toggle for helm-working-dir (#2249)
- Adds a toggle to be able to turn off the helm-working-dir for the
  repo server deployment. Using a shared helm repo storage directory can
  cause issues when multiple helm commands are being run in parallel.
  The repo server also has the ability to rebuild the repos and do
  updates in the normal flow for checking the status of an application
  so it won't cause issues if it's disabled.

Signed-off-by: Andrew Hamilton <ahamilton55@gmail.com>
2023-09-09 17:55:47 +09:00
..
clusterrole.yaml chore(argo-cd): Consolidate cluster-wide RBAC (#1597) 2023-01-10 09:58:45 +01:00
clusterrolebinding.yaml chore(argo-cd): Consolidate cluster-wide RBAC (#1597) 2023-01-10 09:58:45 +01:00
deployment.yaml feat(argo-cd): adds toggle for helm-working-dir (#2249) 2023-09-09 17:55:47 +09:00
hpa.yaml chore(argo-cd): Remove support for autoscaling/v1 (#2237) 2023-08-28 10:12:29 +02:00
metrics.yaml feat(argo-cd): Add ability to add prometheus.io/scrape annotations (#2037) 2023-05-10 19:39:56 -05:00
networkpolicy.yaml fix(argo-cd): add namespace field for namespace scoped resources (#1937) 2023-04-13 09:08:34 -05:00
pdb.yaml fix(argo-cd): add namespace field for namespace scoped resources (#1937) 2023-04-13 09:08:34 -05:00
role.yaml fix(argo-cd): add namespace field for namespace scoped resources (#1937) 2023-04-13 09:08:34 -05:00
rolebinding.yaml fix(argo-cd): add namespace field for namespace scoped resources (#1937) 2023-04-13 09:08:34 -05:00
service.yaml fix(argo-cd): add namespace field for namespace scoped resources (#1937) 2023-04-13 09:08:34 -05:00
serviceaccount.yaml fix(argo-cd): add namespace field for namespace scoped resources (#1937) 2023-04-13 09:08:34 -05:00
servicemonitor.yaml feat(argo-cd): make ServiceMonitor deployment conditional on CRD existence (#2154) 2023-07-18 08:51:14 +02:00