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: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Each release for each chart must be immutable. Any change to a chart (even just
64
64
65
65
### Chart Versioning
66
66
67
-
Currently we require a chart version bump for every change to a chart, including updating information for older verions. This may change in the future.
67
+
Currently we require a chart version bump for every change to a chart, including updating information for older versions. This may change in the future.
Copy file name to clipboardExpand all lines: charts/argo-cd/README.md
+15-5Lines changed: 15 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -562,6 +562,7 @@ NAME: my-release
562
562
| controller.serviceAccount.labels | object | `{}` | Labels applied to created service account |
563
563
| controller.serviceAccount.name | string | `"argocd-application-controller"` | Service account name |
564
564
| controller.statefulsetAnnotations | object | `{}` | Annotations for the application controller StatefulSet |
565
+
| controller.terminationGracePeriodSeconds | int | `30` | terminationGracePeriodSeconds for container lifecycle hook |
565
566
| controller.tolerations | list | `[]` (defaults to global.tolerations) | [Tolerations] for use with node taints |
566
567
| controller.topologySpreadConstraints | list | `[]` (defaults to global.topologySpreadConstraints) | Assign custom [TopologySpreadConstraints] rules to the application controller |
567
568
| controller.volumeMounts | list | `[]` | Additional volumeMounts to the application controller main container |
@@ -654,6 +655,7 @@ NAME: my-release
654
655
| repoServer.serviceAccount.create | bool | `true` | Create repo server service account |
655
656
| repoServer.serviceAccount.labels | object | `{}` | Labels applied to created service account |
656
657
| repoServer.serviceAccount.name | string | `""` | Repo server service account name |
658
+
| repoServer.terminationGracePeriodSeconds | int | `30` | terminationGracePeriodSeconds for container lifecycle hook |
657
659
| repoServer.tolerations | list | `[]` (defaults to global.tolerations) | [Tolerations] for use with node taints |
658
660
| repoServer.topologySpreadConstraints | list | `[]` (defaults to global.topologySpreadConstraints) | Assign custom [TopologySpreadConstraints] rules to the repo server |
659
661
| repoServer.useEphemeralHelmWorkingDir | bool | `true` | Toggle the usage of a ephemeral Helm working directory |
@@ -808,6 +810,7 @@ NAME: my-release
808
810
| server.serviceAccount.create | bool | `true` | Create server service account |
809
811
| server.serviceAccount.labels | object | `{}` | Labels applied to created service account |
810
812
| server.serviceAccount.name | string | `"argocd-server"` | Server service account name |
813
+
| server.terminationGracePeriodSeconds | int | `30` | terminationGracePeriodSeconds for container lifecycle hook |
811
814
| server.tolerations | list | `[]` (defaults to global.tolerations) | [Tolerations] for use with node taints |
812
815
| server.topologySpreadConstraints | list | `[]` (defaults to global.topologySpreadConstraints) | Assign custom [TopologySpreadConstraints] rules to the Argo CD server |
813
816
| server.volumeMounts | list | `[]` | Additional volumeMounts to the server main container |
@@ -916,6 +919,7 @@ server:
916
919
| dex.servicePortHttp | int | `5556` | Service port for HTTP access |
917
920
| dex.servicePortHttpName | string | `"http"` | Service port name for HTTP access |
918
921
| dex.servicePortMetrics | int | `5558` | Service port for metrics access |
922
+
| dex.terminationGracePeriodSeconds | int | `30` | terminationGracePeriodSeconds for container lifecycle hook |
919
923
| dex.tolerations | list | `[]` (defaults to global.tolerations) | [Tolerations] for use with node taints |
920
924
| dex.topologySpreadConstraints | list | `[]` (defaults to global.topologySpreadConstraints) | Assign custom [TopologySpreadConstraints] rules to dex |
921
925
| dex.volumeMounts | list | `[]` | Additional volumeMounts to the dex main container |
@@ -947,8 +951,8 @@ server:
947
951
| redis.extraArgs | list | `[]` | Additional command line arguments to pass to redis-server |
948
952
| redis.extraContainers | list | `[]` | Additional containers to be added to the redis pod |
| redis-ha.redis.config | object | See [values.yaml] | Any valid redis config options in this section will be applied to each server (see `redis-ha` chart) |
1020
1027
| redis-ha.redis.config.save | string | `'""'` | Will save the DB if both the given number of seconds and the given number of write operations against the DB occurred. `""` is disabled |
@@ -1135,6 +1142,7 @@ If you want to use an existing Redis (eg. a managed service from a cloud provide
| applicationSet.serviceAccount.labels | object | `{}` | Labels applied to created service account |
1137
1144
| applicationSet.serviceAccount.name | string | `"argocd-applicationset-controller"` | ApplicationSet controller service account name |
1145
+
| applicationSet.terminationGracePeriodSeconds | int | `30` | terminationGracePeriodSeconds for container lifecycle hook |
1138
1146
| applicationSet.tolerations | list | `[]` (defaults to global.tolerations) | [Tolerations] for use with node taints |
1139
1147
| applicationSet.topologySpreadConstraints | list | `[]` (defaults to global.topologySpreadConstraints) | Assign custom [TopologySpreadConstraints] rules to the ApplicationSet controller |
@@ -1213,6 +1222,7 @@ If you want to use an existing Redis (eg. a managed service from a cloud provide
1213
1222
| notifications.serviceAccount.name | string | `"argocd-notifications-controller"` | Notification controller service account name |
1214
1223
| notifications.subscriptions | list | `[]` | Contains centrally managed global application subscriptions |
1215
1224
| notifications.templates | object | `{}` | The notification template is used to generate the notification content |
1225
+
| notifications.terminationGracePeriodSeconds | int | `30` | terminationGracePeriodSeconds for container lifecycle hook |
1216
1226
| notifications.tolerations | list | `[]` (defaults to global.tolerations) | [Tolerations] for use with node taints |
1217
1227
| notifications.topologySpreadConstraints | list | `[]` (defaults to global.topologySpreadConstraints) | Assign custom [TopologySpreadConstraints] rules to the application controller |
1218
1228
| notifications.triggers | object | `{}` | The trigger defines the condition when the notification should be sent |
0 commit comments