Skip to content

Commit 3959f21

Browse files
committed
chore: Align haproxy connections default timeout with Argo CD redis client
Signed-off-by: OpenGuidou <[email protected]>
1 parent 464d117 commit 3959f21

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

charts/argo-cd/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: v2.14.9
33
kubeVersion: ">=1.25.0-0"
44
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55
name: argo-cd
6-
version: 7.8.23
6+
version: 7.8.24
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:
@@ -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

charts/argo-cd/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)