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: charts/argo-cd/README.md
+25-12Lines changed: 25 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ repoServer:
42
42
minReplicas: 2
43
43
44
44
applicationSet:
45
-
replicaCount: 2
45
+
replicas: 2
46
46
```
47
47
48
48
### HA mode without autoscaling
@@ -61,7 +61,7 @@ repoServer:
61
61
replicas: 2
62
62
63
63
applicationSet:
64
-
replicaCount: 2
64
+
replicas: 2
65
65
```
66
66
67
67
### Synchronizing Changes from Original Repository
@@ -106,7 +106,7 @@ For full list of changes please check ArtifactHub [changelog].
106
106
Highlighted versions provide information about additional steps that should be performed by user when upgrading to newer version.
107
107
108
108
### 5.35.0
109
-
This version supports Kubernetes version `>=1.23.0-0`. The current supported version of Kubernetes is v1.24 or later and we align with Amazon EKS calendar, because many of AWS users and conservative approach.
109
+
This version supports Kubernetes version `>=1.23.0-0`. The current supported version of Kubernetes is v1.24 or later and we align with the Amazon EKS calendar, because many AWS users follow a conservative approach.
110
110
111
111
Please see more information about EoL: [Amazon EKS EoL][EKS EoL].
112
112
@@ -126,7 +126,7 @@ This versions adds `global.affinity` options that are used as a presets. Overrid
126
126
127
127
### 5.19.0
128
128
129
-
This version consolidates config for custom repository TLS certificates and SSH known hosts. If you provide this values please move them into new `configs.ssh` and `configs.tls` sections.
129
+
This version consolidates config for custom repository TLS certificates and SSH known hosts. If you provided these values (`configs.knownHosts.*`, `configs.knownHostsAnnotations`, `configs.tlsCerts`, `configs.tlsCertsAnnotations`) please move them into new `configs.ssh` and `configs.tls` sections.
130
130
You can also use new option `configs.ssh.extraHosts` to configure your SSH keys without maintaing / overwritting keys for public Git repositories.
131
131
132
132
### 5.13.0
@@ -383,8 +383,6 @@ NAME: my-release
383
383
384
384
| Key | Type | Default | Description |
385
385
|-----|------|---------|-------------|
386
-
| apiVersionOverrides.autoscaling | string | `""` | String to override apiVersion of autoscaling rendered by this helm chart |
387
-
| apiVersionOverrides.certmanager | string | `""` | String to override apiVersion of cert-manager resources rendered by this helm chart |
388
386
| apiVersionOverrides.cloudgoogle | string | `""` | String to override apiVersion of GKE resources rendered by this helm chart |
389
387
| crds.additionalLabels | object | `{}` | Addtional labels to be added to all CRDs |
390
388
| crds.annotations | object | `{}` | Annotations to be added to all CRDs |
@@ -461,7 +459,7 @@ NAME: my-release
461
459
| configs.params."reposerver.parallelism.limit" | int | `0` | Limit on number of concurrent manifests generate requests. Any value less the 1 means no limit. |
462
460
| configs.params."server.basehref" | string | `"/"` | Value for base href in index.html. Used if Argo CD is running behind reverse proxy under subpath different from / |
463
461
| configs.params."server.disable.auth" | bool | `false` | Disable Argo CD RBAC for user authentication |
| repoServer.affinity | object | `{}` (defaults to global.affinity preset) | Assign custom [affinity] rules to the deployment |
576
-
| repoServer.autoscaling.behavior | object | `{}` | Configures the scaling behavior of the target in both Up and Down directions. This is only available on HPA apiVersion `autoscaling/v2beta2` and newer |
574
+
| repoServer.autoscaling.behavior | object | `{}` | Configures the scaling behavior of the target in both Up and Down directions. |
577
575
| repoServer.autoscaling.enabled | bool | `false` | Enable Horizontal Pod Autoscaler ([HPA]) for the repo server |
578
576
| repoServer.autoscaling.maxReplicas | int | `5` | Maximum number of replicas for the repo server [HPA] |
577
+
| repoServer.autoscaling.metrics | list | `[]` | Configures custom HPA metrics for the Argo CD repo server Ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ |
579
578
| repoServer.autoscaling.minReplicas | int | `1` | Minimum number of replicas for the repo server [HPA] |
580
579
| repoServer.autoscaling.targetCPUUtilizationPercentage | int | `50` | Average CPU utilization percentage for the repo server [HPA] |
581
580
| repoServer.autoscaling.targetMemoryUtilizationPercentage | int | `50` | Average memory utilization percentage for the repo server [HPA] |
@@ -656,6 +655,7 @@ NAME: my-release
656
655
| repoServer.serviceAccount.name | string | `""` | Repo server service account name |
657
656
| repoServer.tolerations | list | `[]` (defaults to global.tolerations) | [Tolerations] for use with node taints |
658
657
| repoServer.topologySpreadConstraints | list | `[]` (defaults to global.topologySpreadConstraints) | Assign custom [TopologySpreadConstraints] rules to the repo server |
658
+
| repoServer.useEphemeralHelmWorkingDir | bool | `true` | Toggle the usage of a ephemeral Helm working directory |
659
659
| repoServer.volumeMounts | list | `[]` | Additional volumeMounts to the repo server main container |
660
660
| repoServer.volumes | list | `[]` | Additional volumes to the repo server pod |
661
661
@@ -670,9 +670,10 @@ NAME: my-release
670
670
| server.GKEmanagedCertificate.domains | list | `["argocd.example.com"]` | Domains for the Google Managed Certificate |
671
671
| server.GKEmanagedCertificate.enabled | bool | `false` | Enable ManagedCertificate custom resource for Google Kubernetes Engine. |
672
672
| server.affinity | object | `{}` (defaults to global.affinity preset) | Assign custom [affinity] rules to the deployment |
673
-
| server.autoscaling.behavior | object | `{}` | Configures the scaling behavior of the target in both Up and Down directions. This is only available on HPA apiVersion `autoscaling/v2beta2` and newer |
673
+
| server.autoscaling.behavior | object | `{}` | Configures the scaling behavior of the target in both Up and Down directions. |
674
674
| server.autoscaling.enabled | bool | `false` | Enable Horizontal Pod Autoscaler ([HPA]) for the Argo CD server |
675
675
| server.autoscaling.maxReplicas | int | `5` | Maximum number of replicas for the Argo CD server [HPA] |
676
+
| server.autoscaling.metrics | list | `[]` | Configures custom HPA metrics for the Argo CD server Ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ |
676
677
| server.autoscaling.minReplicas | int | `1` | Minimum number of replicas for the Argo CD server [HPA] |
677
678
| server.autoscaling.targetCPUUtilizationPercentage | int | `50` | Average CPU utilization percentage for the Argo CD server [HPA] |
678
679
| server.autoscaling.targetMemoryUtilizationPercentage | int | `50` | Average memory utilization percentage for the Argo CD server [HPA] |
@@ -864,6 +865,7 @@ server:
864
865
| dex.initContainers | list | `[]` | Init containers to add to the dex pod |
865
866
| dex.initImage.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Argo CD init image imagePullPolicy |
866
867
| dex.initImage.repository | string | `""` (defaults to global.image.repository) | Argo CD init image repository |
868
+
| dex.initImage.resources | object | `{}` (defaults to dex.resources) | Argo CD init image resources |
867
869
| dex.initImage.tag | string | `""` (defaults to global.image.tag) | Argo CD init image tag |
| 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) |
1009
1019
| 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 |
1010
1020
| redis-ha.redis.masterGroupName | string | `"argocd"` | Redis convention for naming the cluster group: must match `^[\\w-\\.]+$` and can be templated |
1021
+
| redis-ha.tolerations | list | `[]` | [Tolerations] for use with node taints for Redis pods. |
1022
+
| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints] rules to the Redis pods. |
| redis-ha.topologySpreadConstraints.maxSkew | string | `""` (defaults to `1`) | Max skew of pods tolerated |
1013
1025
| redis-ha.topologySpreadConstraints.topologyKey | string | `""` (defaults to `topology.kubernetes.io/zone`) | Topology key for spread |
@@ -1110,7 +1122,7 @@ If you want to use an existing Redis (eg. a managed service from a cloud provide
1110
1122
| applicationSet.readinessProbe.periodSeconds | int | `10` | How often (in seconds) to perform the [probe] |
1111
1123
| applicationSet.readinessProbe.successThreshold | int | `1` | Minimum consecutive successes for the [probe] to be considered successful after having failed |
1112
1124
| applicationSet.readinessProbe.timeoutSeconds | int | `1` | Number of seconds after which the [probe] times out |
1113
-
| applicationSet.replicaCount | int | `1` | The number of ApplicationSet controller pods to run |
1125
+
| applicationSet.replicas | int | `1` | The number of ApplicationSet controller pods to run |
1114
1126
| applicationSet.resources | object | `{}` | Resource limits and requests for the ApplicationSet controller pods. |
Copy file name to clipboardExpand all lines: charts/argo-cd/README.md.gotmpl
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ repoServer:
41
41
minReplicas: 2
42
42
43
43
applicationSet:
44
-
replicaCount: 2
44
+
replicas: 2
45
45
```
46
46
47
47
### HA mode without autoscaling
@@ -60,7 +60,7 @@ repoServer:
60
60
replicas: 2
61
61
62
62
applicationSet:
63
-
replicaCount: 2
63
+
replicas: 2
64
64
```
65
65
66
66
### Synchronizing Changes from Original Repository
@@ -105,7 +105,7 @@ For full list of changes please check ArtifactHub [changelog].
105
105
Highlighted versions provide information about additional steps that should be performed by user when upgrading to newer version.
106
106
107
107
### 5.35.0
108
-
This version supports Kubernetes version `>=1.23.0-0`. The current supported version of Kubernetes is v1.24 or later and we align with Amazon EKS calendar, because many of AWS users and conservative approach.
108
+
This version supports Kubernetes version `>=1.23.0-0`. The current supported version of Kubernetes is v1.24 or later and we align with the Amazon EKS calendar, because many AWS users follow a conservative approach.
109
109
110
110
Please see more information about EoL: [Amazon EKS EoL][EKS EoL].
111
111
@@ -126,7 +126,7 @@ This versions adds `global.affinity` options that are used as a presets. Overrid
126
126
127
127
### 5.19.0
128
128
129
-
This version consolidates config for custom repository TLS certificates and SSH known hosts. If you provide this values please move them into new `configs.ssh` and `configs.tls` sections.
129
+
This version consolidates config for custom repository TLS certificates and SSH known hosts. If you provided these values (`configs.knownHosts.*`, `configs.knownHostsAnnotations`, `configs.tlsCerts`, `configs.tlsCertsAnnotations`) please move them into new `configs.ssh` and `configs.tls` sections.
130
130
You can also use new option `configs.ssh.extraHosts` to configure your SSH keys without maintaing / overwritting keys for public Git repositories.
0 commit comments