argocd-helm/charts/argo-cd/templates/argocd-repo-server
sibucan 7a17fc2dc9
fix(argo-cd): Add checksum for CMP ConfigMap in repo-server Pod annotations (#2275)
Add checksum for CMP ConfigMap in repo-server

This helm chart defines the plugins as ConfigMaps -- according to the docs, when the CM is modified, the repo-server Pod must be restarted to have the sidecars pick up the latest changes:

https://argo-cd.readthedocs.io/en/stable/operator-manual/config-management-plugins/#debugging-a-cmp

The changes in this helm chart allow for a checksum to be calculated from the ConfigMap and added as a Pod annotation so whenever the CM values are modified, the Pod is restarted automatically.

Signed-off-by: sibucan <luis.ramirez.rivera92@gmail.com>
2023-09-19 10:01:42 +01: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 fix(argo-cd): Add checksum for CMP ConfigMap in repo-server Pod annotations (#2275) 2023-09-19 10:01:42 +01: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