Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumped redis version #24

Merged
merged 3 commits into from
Aug 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ jobs:
kubernetes-version: [ "1.26" ] #, "1.25", "1.24", "1.23"]
include:
- kubernetes-version: "1.26"
kind-node: kindest/node:v1.26.3@sha256:61b92f38dff6ccc29969e7aa154d34e38b89443af1a2c14e6cfbd2df6419c66f
kind-node: kindest/node:v1.26.6@sha256:6e2d8b28a5b601defe327b98bd1c2d1930b49e5d8c512e1895099e4504007adb
# - kubernetes-version: "1.25"
# kind-node: kindest/node:v1.25.8@sha256:00d3f5314cc35327706776e95b2f8e504198ce59ac545d0200a89e69fce10b7f
# kind-node: kindest/node:v1.25.11@sha256:227fa11ce74ea76a0474eeefb84cb75d8dad1b08638371ecf0e86259b35be0c8
# - kubernetes-version: "1.24"
# kind-node: kindest/node:v1.24.12@sha256:1e12918b8bc3d4253bc08f640a231bb0d3b2c5a9b28aa3f2ca1aee93e1e8db16
# kind-node: kindest/node:v1.24.15@sha256:7db4f8bea3e14b82d12e044e25e34bd53754b7f2b0e9d56df21774e6f66a70ab
# - kubernetes-version: "1.23"
# kind-node: kindest/node:v1.23.17@sha256:e5fd1d9cd7a9a50939f9c005684df5a6d145e8d695e78463637b79464292e66c
# kind-node: kindest/node:v1.23.17@sha256:59c989ff8a517a93127d4a536e7014d28e235fb3529d9fba91b3951d461edfdb
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
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.20
HELM_VERSION: v3.11.2
REDIS_VERSION: 6.2.7
REDIS_VERSION: 6.2.13
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.metrics
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BUILDIMAGE=golang:1.20-bullseye
ARG BASEIMAGE=debian:bullseye-slim
ARG BUILDIMAGE=golang:1.20-bookworm
ARG BASEIMAGE=debian:bookworm-slim
ARG DOCKER_PROXY_REGISTRY

FROM ${DOCKER_PROXY_REGISTRY}${BUILDIMAGE} AS builder
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.node
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG REDIS_VERSION=6.2.7
ARG BUILDIMAGE=golang:1.20-bullseye
ARG BASEIMAGE=redis:${REDIS_VERSION}-bullseye
ARG REDIS_VERSION=6.2.13
ARG BUILDIMAGE=golang:1.20-bookworm
ARG BASEIMAGE=redis:${REDIS_VERSION}-bookworm
ARG DOCKER_PROXY_REGISTRY

FROM ${DOCKER_PROXY_REGISTRY}${BUILDIMAGE} AS builder
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.operator
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BUILDIMAGE=golang:1.20-bullseye
ARG BASEIMAGE=debian:bullseye-slim
ARG BUILDIMAGE=golang:1.20-bookworm
ARG BASEIMAGE=debian:bookworm-slim
ARG DOCKER_PROXY_REGISTRY

FROM ${DOCKER_PROXY_REGISTRY}${BUILDIMAGE} AS builder
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ The goal of this project is to simplify the deployment and management of a [Redi

## Documentation

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