Skip to content

Commit a841578

Browse files
committed
bumps redis version to 8.2.1
Signed-off-by: Patroklos Papapetrou <[email protected]>
1 parent e8bdd58 commit a841578

14 files changed

+29
-29
lines changed

.github/workflows/ci-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ jobs:
489489
run: |
490490
docker pull ghcr.io/dexidp/dex:v2.41.1
491491
docker pull argoproj/argo-cd-ci-builder:v1.0.0
492-
docker pull redis:7.2.7-alpine
492+
docker pull redis:8.2.1-alpine
493493
- name: Create target directory for binaries in the build-process
494494
run: |
495495
mkdir -p dist

manifests/base/redis/argocd-redis-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
serviceAccountName: argocd-redis
4141
containers:
4242
- name: redis
43-
image: redis:7.2.7-alpine
43+
image: redis:8.2.1-alpine
4444
imagePullPolicy: Always
4545
args:
4646
- "--save"

manifests/core-install-with-hydrator.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/core-install.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/ha/base/redis-ha/chart/upstream.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,7 @@ spec:
12501250
automountServiceAccountToken: false
12511251
initContainers:
12521252
- name: config-init
1253-
image: public.ecr.aws/docker/library/redis:7.2.7-alpine
1253+
image: public.ecr.aws/docker/library/redis:8.2.1-alpine
12541254
imagePullPolicy: IfNotPresent
12551255
resources:
12561256
{}
@@ -1290,7 +1290,7 @@ spec:
12901290

12911291
containers:
12921292
- name: redis
1293-
image: public.ecr.aws/docker/library/redis:7.2.7-alpine
1293+
image: public.ecr.aws/docker/library/redis:8.2.1-alpine
12941294
imagePullPolicy: IfNotPresent
12951295
command:
12961296
- redis-server
@@ -1364,7 +1364,7 @@ spec:
13641364
- /bin/sh
13651365
- /readonly-config/trigger-failover-if-master.sh
13661366
- name: sentinel
1367-
image: public.ecr.aws/docker/library/redis:7.2.7-alpine
1367+
image: public.ecr.aws/docker/library/redis:8.2.1-alpine
13681368
imagePullPolicy: IfNotPresent
13691369
command:
13701370
- redis-sentinel
@@ -1437,7 +1437,7 @@ spec:
14371437
- sleep 30; redis-cli -p 26379 sentinel reset argocd
14381438

14391439
- name: split-brain-fix
1440-
image: public.ecr.aws/docker/library/redis:7.2.7-alpine
1440+
image: public.ecr.aws/docker/library/redis:8.2.1-alpine
14411441
imagePullPolicy: IfNotPresent
14421442
command:
14431443
- sh

manifests/ha/base/redis-ha/chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ redis-ha:
2727
serviceAccount:
2828
automountToken: true
2929
image:
30-
tag: 7.2.7-alpine
30+
tag: 8.2.1-alpine
3131
sentinel:
3232
bind: '0.0.0.0'
3333
lifecycle:

manifests/ha/install-with-hydrator.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/ha/install.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/ha/namespace-install-with-hydrator.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/ha/namespace-install.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)