Skip to content

Commit

Permalink
Updated Redis version to 6.2.7 (#47)
Browse files Browse the repository at this point in the history
Updated alpine image to the latest

Signed-off-by: Craig Ingram <cingram@us.ibm.com>
  • Loading branch information
Craig Ingram authored Jul 18, 2022
1 parent cae9491 commit 26949c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
GO_VERSION: 1.17
HELM_VERSION: v3.6.3
REDIS_VERSION: 6.2.6
REDIS_VERSION: 6.2.7
CRD_PATH: charts/operator-for-redis/crds/db.ibm.com_redisclusters.yaml
CRD_DIFF: crd.diff

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.node
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG REDIS_VERSION=6.2.6
ARG REDIS_VERSION=6.2.7
ARG BUILDIMAGE=golang:1.17-bullseye
ARG BASEIMAGE=redis:${REDIS_VERSION}-buster
ARG BASEIMAGE=redis:${REDIS_VERSION}-bullseye
ARG DOCKER_PROXY_REGISTRY

FROM ${DOCKER_PROXY_REGISTRY}${BUILDIMAGE} AS builder
Expand Down
2 changes: 1 addition & 1 deletion charts/node-for-redis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ sysctl:
netCoreSomaxconn: 65000
image:
repository: alpine
tag: 3.15.0
tag: 3.16.0
imagePullPolicy: IfNotPresent

redis:
Expand Down

0 comments on commit 26949c7

Please sign in to comment.