diff --git a/manifests/ha/base/redis-ha/chart/upstream.yaml b/manifests/ha/base/redis-ha/chart/upstream.yaml index e78ed94856d91..40afd166fa381 100644 --- a/manifests/ha/base/redis-ha/chart/upstream.yaml +++ b/manifests/ha/base/redis-ha/chart/upstream.yaml @@ -1085,7 +1085,7 @@ spec: topologyKey: kubernetes.io/hostname initContainers: - name: config-init - image: haproxy:2.6.14-alpine + image: haproxy:2.9.7-alpine imagePullPolicy: IfNotPresent resources: {} @@ -1109,7 +1109,7 @@ spec: mountPath: /data containers: - name: haproxy - image: haproxy:2.6.14-alpine + image: haproxy:2.9.7-alpine imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/manifests/ha/base/redis-ha/chart/values.yaml b/manifests/ha/base/redis-ha/chart/values.yaml index c15def91ece21..38cbb8004ff23 100644 --- a/manifests/ha/base/redis-ha/chart/values.yaml +++ b/manifests/ha/base/redis-ha/chart/values.yaml @@ -11,7 +11,7 @@ redis-ha: IPv6: enabled: false image: - tag: 2.6.14-alpine + tag: 2.9.7-alpine containerSecurityContext: null timeout: server: 6m diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index c1d60412b387a..e81371c66a793 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -22861,7 +22861,7 @@ spec: app.kubernetes.io/name: argocd-redis-ha-haproxy topologyKey: kubernetes.io/hostname containers: - - image: haproxy:2.6.14-alpine + - image: haproxy:2.9.7-alpine imagePullPolicy: IfNotPresent lifecycle: {} livenessProbe: @@ -22900,7 +22900,7 @@ spec: - /readonly/haproxy_init.sh command: - sh - image: haproxy:2.6.14-alpine + image: haproxy:2.9.7-alpine imagePullPolicy: IfNotPresent name: config-init securityContext: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index a32b5d005a544..84464765ca579 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -1947,7 +1947,7 @@ spec: app.kubernetes.io/name: argocd-redis-ha-haproxy topologyKey: kubernetes.io/hostname containers: - - image: haproxy:2.6.14-alpine + - image: haproxy:2.9.7-alpine imagePullPolicy: IfNotPresent lifecycle: {} livenessProbe: @@ -1986,7 +1986,7 @@ spec: - /readonly/haproxy_init.sh command: - sh - image: haproxy:2.6.14-alpine + image: haproxy:2.9.7-alpine imagePullPolicy: IfNotPresent name: config-init securityContext: