Skip to content

Commit

Permalink
chore(deps): upgrade haproxy to 2.9.7-alpine
Browse files Browse the repository at this point in the history
Upgrade HAProx to 2.9.7-alpine

Signed-off-by: Avo Sepp <68659218+avo-sepp@users.noreply.github.com>
  • Loading branch information
avo-sepp committed May 10, 2024
1 parent 968dc1a commit eaad80c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions manifests/ha/base/redis-ha/chart/upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
{}
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifests/ha/base/redis-ha/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions manifests/ha/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions manifests/ha/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit eaad80c

Please sign in to comment.