Skip to content

Commit

Permalink
Merge pull request #643 from spotahome/1.3.0-rc1
Browse files Browse the repository at this point in the history
Prepare for release 1.3.0-rc0
  • Loading branch information
ese authored Aug 17, 2023
2 parents 25ed922 + c80f6fd commit 469fbcb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := v1.2.4
VERSION := v1.3.0-rc0

# Name of this service/application
SERVICE_NAME := redis-operator
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Redis Operator creates/configures/manages redis-failovers atop Kubernetes.
Kubernetes version: 1.21 or higher
Redis version: 6 or higher

Redis operator is being tested against kubernetes 1.22 1.23 1.24 and redis 6
Redis operator is being tested against kubernetes 1.25 1.26 1.27 and redis 6
All dependencies have been vendored, so there's no need to any additional download.

## Operator deployment on Kubernetes
Expand All @@ -33,7 +33,7 @@ helm install redis-operator redis-operator/redis-operator
Helm chart only manage the creation of CRD in the first install. In order to update the CRD you will need to apply directly.

```
REDIS_OPERATOR_VERSION=v1.2.4
REDIS_OPERATOR_VERSION=v1.3.0
kubectl replace -f https://raw.githubusercontent.com/spotahome/redis-operator/${REDIS_OPERATOR_VERSION}/manifests/databases.spotahome.com_redisfailovers.yaml
```

Expand All @@ -45,7 +45,7 @@ helm upgrade redis-operator redis-operator/redis-operator
To create the operator, you can directly create it with kubectl:

```
REDIS_OPERATOR_VERSION=v1.2.4
REDIS_OPERATOR_VERSION=v1.3.0
kubectl create -f https://raw.githubusercontent.com/spotahome/redis-operator/${REDIS_OPERATOR_VERSION}/manifests/databases.spotahome.com_redisfailovers.yaml
kubectl apply -f https://raw.githubusercontent.com/spotahome/redis-operator/${REDIS_OPERATOR_VERSION}/example/operator/all-redis-operator-resources.yaml
```
Expand Down
4 changes: 2 additions & 2 deletions charts/redisoperator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
annotations:
category: Redis Operator
appVersion: 1.2.4
appVersion: 1.3.0
apiVersion: v1
description: A Helm chart for the Spotahome Redis Operator
name: redis-operator
version: 3.2.9
version: 3.3.0
home: https://github.com/spotahome/redis-operator
keywords:
- "golang"
Expand Down
2 changes: 1 addition & 1 deletion charts/redisoperator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
image:
repository: quay.io/spotahome/redis-operator
pullPolicy: IfNotPresent
tag: v1.2.4
tag: v1.3.0
cli_args: ""

imageCredentials:
Expand Down
4 changes: 2 additions & 2 deletions manifests/kustomize/components/version/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ kind: Component

labels:
- pairs:
app.kubernetes.io/version: 1.2.4
app.kubernetes.io/version: 1.3.0

images:
- name: quay.io/spotahome/redis-operator
newTag: v1.2.4
newTag: v1.3.0

0 comments on commit 469fbcb

Please sign in to comment.