Skip to content

Commit 54c5dbc

Browse files
authored
Bumped redis version (#24)
* Bumped redis version * Updating from bullseye to bookworm * Bumping kind node images and fixed readme doc link
1 parent 5e5b989 commit 54c5dbc

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,13 @@ jobs:
138138
kubernetes-version: [ "1.26" ] #, "1.25", "1.24", "1.23"]
139139
include:
140140
- kubernetes-version: "1.26"
141-
kind-node: kindest/node:v1.26.3@sha256:61b92f38dff6ccc29969e7aa154d34e38b89443af1a2c14e6cfbd2df6419c66f
141+
kind-node: kindest/node:v1.26.6@sha256:6e2d8b28a5b601defe327b98bd1c2d1930b49e5d8c512e1895099e4504007adb
142142
# - kubernetes-version: "1.25"
143-
# kind-node: kindest/node:v1.25.8@sha256:00d3f5314cc35327706776e95b2f8e504198ce59ac545d0200a89e69fce10b7f
143+
# kind-node: kindest/node:v1.25.11@sha256:227fa11ce74ea76a0474eeefb84cb75d8dad1b08638371ecf0e86259b35be0c8
144144
# - kubernetes-version: "1.24"
145-
# kind-node: kindest/node:v1.24.12@sha256:1e12918b8bc3d4253bc08f640a231bb0d3b2c5a9b28aa3f2ca1aee93e1e8db16
145+
# kind-node: kindest/node:v1.24.15@sha256:7db4f8bea3e14b82d12e044e25e34bd53754b7f2b0e9d56df21774e6f66a70ab
146146
# - kubernetes-version: "1.23"
147-
# kind-node: kindest/node:v1.23.17@sha256:e5fd1d9cd7a9a50939f9c005684df5a6d145e8d695e78463637b79464292e66c
147+
# kind-node: kindest/node:v1.23.17@sha256:59c989ff8a517a93127d4a536e7014d28e235fb3529d9fba91b3951d461edfdb
148148
steps:
149149
- name: Checkout
150150
uses: actions/checkout@v3

.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.20
1010
HELM_VERSION: v3.11.2
11-
REDIS_VERSION: 6.2.7
11+
REDIS_VERSION: 6.2.13
1212
CRD_PATH: charts/operator-for-redis/crds/db.ibm.com_redisclusters.yaml
1313
CRD_DIFF: crd.diff
1414

Dockerfile.metrics

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG BUILDIMAGE=golang:1.20-bullseye
2-
ARG BASEIMAGE=debian:bullseye-slim
1+
ARG BUILDIMAGE=golang:1.20-bookworm
2+
ARG BASEIMAGE=debian:bookworm-slim
33
ARG DOCKER_PROXY_REGISTRY
44

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

Dockerfile.node

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

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

Dockerfile.operator

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG BUILDIMAGE=golang:1.20-bullseye
2-
ARG BASEIMAGE=debian:bullseye-slim
1+
ARG BUILDIMAGE=golang:1.20-bookworm
2+
ARG BASEIMAGE=debian:bookworm-slim
33
ARG DOCKER_PROXY_REGISTRY
44

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ The goal of this project is to simplify the deployment and management of a [Redi
66

77
## Documentation
88

9-
This project's documentation is hosted at https://ibm.github.io/operator-for-redis-cluster.
9+
This project's documentation is hosted at https://cin.github.io/operator-for-redis-cluster.

0 commit comments

Comments
 (0)