Skip to content

Commit 26949c7

Browse files
author
Craig Ingram
authored
Updated Redis version to 6.2.7 (#47)
Updated alpine image to the latest Signed-off-by: Craig Ingram <[email protected]>
1 parent cae9491 commit 26949c7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
GO_VERSION: 1.17
1010
HELM_VERSION: v3.6.3
11-
REDIS_VERSION: 6.2.6
11+
REDIS_VERSION: 6.2.7
1212
CRD_PATH: charts/operator-for-redis/crds/db.ibm.com_redisclusters.yaml
1313
CRD_DIFF: crd.diff
1414

Dockerfile.node

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG REDIS_VERSION=6.2.6
1+
ARG REDIS_VERSION=6.2.7
22
ARG BUILDIMAGE=golang:1.17-bullseye
3-
ARG BASEIMAGE=redis:${REDIS_VERSION}-buster
3+
ARG BASEIMAGE=redis:${REDIS_VERSION}-bullseye
44
ARG DOCKER_PROXY_REGISTRY
55

66
FROM ${DOCKER_PROXY_REGISTRY}${BUILDIMAGE} AS builder

charts/node-for-redis/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ sysctl:
181181
netCoreSomaxconn: 65000
182182
image:
183183
repository: alpine
184-
tag: 3.15.0
184+
tag: 3.16.0
185185
imagePullPolicy: IfNotPresent
186186

187187
redis:

0 commit comments

Comments
 (0)