File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: v2.14.9
33kubeVersion : " >=1.25.0-0"
44description : A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55name : argo-cd
6- version : 7.8.23
6+ version : 7.8.24
77home : https://github.com/argoproj/argo-helm
88icon : https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99sources :
@@ -27,4 +27,4 @@ annotations:
2727 url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2828 artifacthub.io/changes : |
2929 - kind: fixed
30- description: Secret for embedded Redis deployments now always uses the same name and key
30+ description: Change default value for ha proxy client and server connections
Original file line number Diff line number Diff line change @@ -1623,6 +1623,11 @@ redis-ha:
16231623 # @default -- See [values.yaml]
16241624 containerSecurityContext :
16251625 readOnlyRootFilesystem : true
1626+ # HA proxy connections timeout
1627+ timeout :
1628+ # Set to 31min to comply with the default 30min on Argo CD controllers' side
1629+ server : 1860s
1630+ client : 1860s
16261631
16271632 # -- Configures redis-ha with AUTH
16281633 auth : true
You can’t perform that action at this time.
0 commit comments