Skip to content

Commit

Permalink
chore: Upgrade Redis to redis:7.0.14 (argoproj#16164)
Browse files Browse the repository at this point in the history
Fixes argoproj#15448

Signed-off-by: Shyukri Shyukriev <[email protected]>
Co-authored-by: Shyukri Shyukriev <[email protected]>
Signed-off-by: Kevin Lyda <[email protected]>
  • Loading branch information
2 people authored and lyda committed Mar 28, 2024
1 parent 982e92a commit d8eeb34
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ jobs:
run: |
docker pull ghcr.io/dexidp/dex:v2.37.0
docker pull argoproj/argo-cd-ci-builder:v1.0.0
docker pull redis:7.0.11-alpine
docker pull redis:7.0.14-alpine
- name: Create target directory for binaries in the build-process
run: |
mkdir -p dist
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/redis/argocd-redis-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
serviceAccountName: argocd-redis
containers:
- name: redis
image: redis:7.0.11-alpine
image: redis:7.0.14-alpine
imagePullPolicy: Always
args:
- "--save"
Expand Down
2 changes: 1 addition & 1 deletion manifests/core-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20843,7 +20843,7 @@ spec:
- ""
- --appendonly
- "no"
image: redis:7.0.11-alpine
image: redis:7.0.14-alpine
imagePullPolicy: Always
name: redis
ports:
Expand Down
8 changes: 4 additions & 4 deletions manifests/ha/base/redis-ha/chart/upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ spec:
automountServiceAccountToken: false
initContainers:
- name: config-init
image: redis:7.0.11-alpine
image: redis:7.0.14-alpine
imagePullPolicy: IfNotPresent
resources:
{}
Expand Down Expand Up @@ -1241,7 +1241,7 @@ spec:

containers:
- name: redis
image: redis:7.0.11-alpine
image: redis:7.0.14-alpine
imagePullPolicy: IfNotPresent
command:
- redis-server
Expand Down Expand Up @@ -1298,7 +1298,7 @@ spec:
- /bin/sh
- /readonly-config/trigger-failover-if-master.sh
- name: sentinel
image: redis:7.0.11-alpine
image: redis:7.0.14-alpine
imagePullPolicy: IfNotPresent
command:
- redis-sentinel
Expand Down Expand Up @@ -1349,7 +1349,7 @@ spec:
{}

- name: split-brain-fix
image: redis:7.0.11-alpine
image: redis:7.0.14-alpine
imagePullPolicy: IfNotPresent
command:
- sh
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 @@ -20,7 +20,7 @@ redis-ha:
metrics:
enabled: true
image:
tag: 7.0.11-alpine
tag: 7.0.14-alpine
containerSecurityContext: null
sentinel:
bind: "0.0.0.0"
8 changes: 4 additions & 4 deletions manifests/ha/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23211,7 +23211,7 @@ spec:
- /data/conf/redis.conf
command:
- redis-server
image: redis:7.0.11-alpine
image: redis:7.0.14-alpine
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -23265,7 +23265,7 @@ spec:
- /data/conf/sentinel.conf
command:
- redis-sentinel
image: redis:7.0.11-alpine
image: redis:7.0.14-alpine
imagePullPolicy: IfNotPresent
lifecycle: {}
livenessProbe:
Expand Down Expand Up @@ -23318,7 +23318,7 @@ spec:
value: 40000915ab58c3fa8fd888fb8b24711944e6cbb4
- name: SENTINEL_ID_2
value: 2bbec7894d954a8af3bb54d13eaec53cb024e2ca
image: redis:7.0.11-alpine
image: redis:7.0.14-alpine
imagePullPolicy: IfNotPresent
name: split-brain-fix
resources: {}
Expand Down Expand Up @@ -23348,7 +23348,7 @@ spec:
value: 40000915ab58c3fa8fd888fb8b24711944e6cbb4
- name: SENTINEL_ID_2
value: 2bbec7894d954a8af3bb54d13eaec53cb024e2ca
image: redis:7.0.11-alpine
image: redis:7.0.14-alpine
imagePullPolicy: IfNotPresent
name: config-init
securityContext:
Expand Down
8 changes: 4 additions & 4 deletions manifests/ha/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2866,7 +2866,7 @@ spec:
- /data/conf/redis.conf
command:
- redis-server
image: redis:7.0.11-alpine
image: redis:7.0.14-alpine
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -2920,7 +2920,7 @@ spec:
- /data/conf/sentinel.conf
command:
- redis-sentinel
image: redis:7.0.11-alpine
image: redis:7.0.14-alpine
imagePullPolicy: IfNotPresent
lifecycle: {}
livenessProbe:
Expand Down Expand Up @@ -2973,7 +2973,7 @@ spec:
value: 40000915ab58c3fa8fd888fb8b24711944e6cbb4
- name: SENTINEL_ID_2
value: 2bbec7894d954a8af3bb54d13eaec53cb024e2ca
image: redis:7.0.11-alpine
image: redis:7.0.14-alpine
imagePullPolicy: IfNotPresent
name: split-brain-fix
resources: {}
Expand Down Expand Up @@ -3003,7 +3003,7 @@ spec:
value: 40000915ab58c3fa8fd888fb8b24711944e6cbb4
- name: SENTINEL_ID_2
value: 2bbec7894d954a8af3bb54d13eaec53cb024e2ca
image: redis:7.0.11-alpine
image: redis:7.0.14-alpine
imagePullPolicy: IfNotPresent
name: config-init
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21376,7 +21376,7 @@ spec:
- ""
- --appendonly
- "no"
image: redis:7.0.11-alpine
image: redis:7.0.14-alpine
imagePullPolicy: Always
name: redis
ports:
Expand Down
2 changes: 1 addition & 1 deletion manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ spec:
- ""
- --appendonly
- "no"
image: redis:7.0.11-alpine
image: redis:7.0.14-alpine
imagePullPolicy: Always
name: redis
ports:
Expand Down

0 comments on commit d8eeb34

Please sign in to comment.