Skip to content

Commit 9b30d92

Browse files
chore: bumps redis to 8.x (#422)
* bumps Docker test container to redis 8 * bumps redis version to 8.2.1 Signed-off-by: Patroklos Papapetrou <ppapapetrou76@gmail.com> * use a previous version of go-redis Signed-off-by: Patroklos Papapetrou <ppapapetrou76@gmail.com> --------- Signed-off-by: Patroklos Papapetrou <ppapapetrou76@gmail.com>
1 parent cdf75df commit 9b30d92

17 files changed

+33
-33
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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ require (
7272
github.com/prometheus/client_golang v1.21.1
7373
github.com/prometheus/client_model v0.6.1
7474
github.com/r3labs/diff/v3 v3.0.1
75-
github.com/redis/go-redis/v9 v9.7.1
75+
github.com/redis/go-redis/v9 v9.8.0
7676
github.com/robfig/cron/v3 v3.0.1
7777
github.com/sirupsen/logrus v1.9.3
7878
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -717,8 +717,8 @@ github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoG
717717
github.com/r3labs/diff/v3 v3.0.1 h1:CBKqf3XmNRHXKmdU7mZP1w7TV0pDyVCis1AUHtA4Xtg=
718718
github.com/r3labs/diff/v3 v3.0.1/go.mod h1:f1S9bourRbiM66NskseyUdo0fTmEE0qKrikYJX63dgo=
719719
github.com/redis/go-redis/v9 v9.0.0-rc.4/go.mod h1:Vo3EsyWnicKnSKCA7HhgnvnyA74wOA69Cd2Meli5mmA=
720-
github.com/redis/go-redis/v9 v9.7.1 h1:4LhKRCIduqXqtvCUlaq9c8bdHOkICjDMrr1+Zb3osAc=
721-
github.com/redis/go-redis/v9 v9.7.1/go.mod h1:f6zhXITC7JUJIlPEiBOTXxJgPLdZcA93GewI7inzyWw=
720+
github.com/redis/go-redis/v9 v9.8.0 h1:q3nRvjrlge/6UD7eTu/DSg2uYiU2mCL0G/uzBWqhicI=
721+
github.com/redis/go-redis/v9 v9.8.0/go.mod h1:huWgSWd8mW6+m0VPhJjSSQ+d6Nh1VICQ6Q5lHuCH/Iw=
722722
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
723723
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
724724
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=

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.

0 commit comments

Comments
 (0)