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
ApplicationSet controller is always created to follow [upstream's manifest](https://github.com/argoproj/argo-cd/blob/v2.11.0/manifests/core-install/kustomization.yaml#L9).
316
+
281
317
### 6.4.0
282
318
283
319
Added support for application controller dynamic cluster distribution.
| openshift.enabled | bool | `false` | enables using arbitrary uid for argo repo server |
698
735
699
736
## Global Configs
@@ -1117,7 +1154,7 @@ NAME: my-release
1117
1154
| server.route.termination_type | string | `"passthrough"` | Termination type of Openshift Route |
1118
1155
| server.service.annotations | object | `{}` | Server service annotations |
1119
1156
| server.service.externalIPs | list | `[]` | Server service external IPs |
1120
-
| server.service.externalTrafficPolicy | string | `""` | Denotes if this Service desires to route external traffic to node-local or cluster-wide endpoints |
1157
+
| server.service.externalTrafficPolicy | string | `"Cluster"` | Denotes if this Service desires to route external traffic to node-local or cluster-wide endpoints |
1121
1158
| server.service.labels | object | `{}` | Server service labels |
1122
1159
| server.service.loadBalancerIP | string | `""` | LoadBalancer will get created with the IP specified in this field |
1123
1160
| server.service.loadBalancerSourceRanges | list | `[]` | Source IP ranges to allow access to service from |
@@ -1126,8 +1163,9 @@ NAME: my-release
1126
1163
| server.service.servicePortHttp | int | `80` | Server service http port |
1127
1164
| server.service.servicePortHttpName | string | `"http"` | Server service http port name, can be used to route traffic via istio |
1128
1165
| server.service.servicePortHttps | int | `443` | Server service https port |
1166
+
| server.service.servicePortHttpsAppProtocol | string | `""` | Server service https port appProtocol |
1129
1167
| server.service.servicePortHttpsName | string | `"https"` | Server service https port name, can be used to route traffic via istio |
1130
-
| server.service.sessionAffinity | string | `""` | Used to maintain session affinity. Supports `ClientIP` and `None` |
1168
+
| server.service.sessionAffinity | string | `"None"` | Used to maintain session affinity. Supports `ClientIP` and `None` |
1131
1169
| server.service.type | string | `"ClusterIP"` | Server service type |
1132
1170
| server.serviceAccount.annotations | object | `{}` | Annotations applied to created service account |
1133
1171
| server.serviceAccount.automountServiceAccountToken | bool | `true` | Automount API credentials for the Service Account |
@@ -1397,20 +1435,24 @@ If you use an External Redis (See Option 3 above), this Job is not deployed.
| redisSecretInit.enabled | bool | `true` | Enable Redis secret initialization. If disabled, secret must be provisioned by alternative methods |
1400
1439
| redisSecretInit.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Image pull policy for the Redis secret-init Job |
1401
1440
| redisSecretInit.image.repository | string | `""` (defaults to global.image.repository) | Repository to use for the Redis secret-init Job |
1402
1441
| redisSecretInit.image.tag | string | `""` (defaults to global.image.tag) | Tag to use for the Redis secret-init Job |
1403
1442
| redisSecretInit.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
1404
1443
| redisSecretInit.jobAnnotations | object | `{}` | Annotations to be added to the Redis secret-init Job |
| applicationSet.dnsPolicy | string | `"ClusterFirst"` | Alternative DNS policy for ApplicationSet controller pods |
1444
1486
| applicationSet.emptyDir.sizeLimit | string | `""` (defaults not set if not specified i.e. no size limit) | EmptyDir size limit for applicationSet controller |
ApplicationSet controller is always created to follow [upstream's manifest](https://github.com/argoproj/argo-cd/blob/v2.11.0/manifests/core-install/kustomization.yaml#L9).
316
+
281
317
### 6.4.0
282
318
283
319
Added support for application controller dynamic cluster distribution.
@@ -760,8 +796,10 @@ Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/
0 commit comments