diff --git a/manifests/ha/base/redis-ha/chart/upstream.yaml b/manifests/ha/base/redis-ha/chart/upstream.yaml index 244492c98bcd9..75c47ccc3cb85 100644 --- a/manifests/ha/base/redis-ha/chart/upstream.yaml +++ b/manifests/ha/base/redis-ha/chart/upstream.yaml @@ -770,7 +770,7 @@ spec: topologyKey: kubernetes.io/hostname initContainers: - name: config-init - image: haproxy:2.0.25-alpine + image: haproxy:2.0.29-alpine imagePullPolicy: IfNotPresent resources: {} @@ -790,7 +790,7 @@ spec: runAsUser: 1000 containers: - name: haproxy - image: haproxy:2.0.25-alpine + image: haproxy:2.0.29-alpine imagePullPolicy: IfNotPresent livenessProbe: httpGet: diff --git a/manifests/ha/base/redis-ha/chart/values.yaml b/manifests/ha/base/redis-ha/chart/values.yaml index 0a5f690d08b97..a7fde1ef51eb5 100644 --- a/manifests/ha/base/redis-ha/chart/values.yaml +++ b/manifests/ha/base/redis-ha/chart/values.yaml @@ -9,7 +9,7 @@ redis-ha: haproxy: enabled: true image: - tag: 2.0.25-alpine + tag: 2.0.29-alpine timeout: server: 6m client: 6m diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index 5ca4e18e69f63..e667e2cd49c64 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -10708,7 +10708,7 @@ spec: app.kubernetes.io/name: argocd-redis-ha-haproxy topologyKey: kubernetes.io/hostname containers: - - image: haproxy:2.0.25-alpine + - image: haproxy:2.0.29-alpine imagePullPolicy: IfNotPresent lifecycle: {} livenessProbe: @@ -10737,7 +10737,7 @@ spec: - /readonly/haproxy_init.sh command: - sh - image: haproxy:2.0.25-alpine + image: haproxy:2.0.29-alpine imagePullPolicy: IfNotPresent name: config-init volumeMounts: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index 4c97af08608af..9e3b53af6c54b 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -1482,7 +1482,7 @@ spec: app.kubernetes.io/name: argocd-redis-ha-haproxy topologyKey: kubernetes.io/hostname containers: - - image: haproxy:2.0.25-alpine + - image: haproxy:2.0.29-alpine imagePullPolicy: IfNotPresent lifecycle: {} livenessProbe: @@ -1511,7 +1511,7 @@ spec: - /readonly/haproxy_init.sh command: - sh - image: haproxy:2.0.25-alpine + image: haproxy:2.0.29-alpine imagePullPolicy: IfNotPresent name: config-init volumeMounts: