File tree 5 files changed +9
-9
lines changed
manifests/kustomize/components/version
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- VERSION := v1.2.4
1
+ VERSION := v1.3.0-rc0
2
2
3
3
# Name of this service/application
4
4
SERVICE_NAME := redis-operator
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Redis Operator creates/configures/manages redis-failovers atop Kubernetes.
10
10
Kubernetes version: 1.21 or higher
11
11
Redis version: 6 or higher
12
12
13
- Redis operator is being tested against kubernetes 1.22 1.23 1.24 and redis 6
13
+ Redis operator is being tested against kubernetes 1.25 1.26 1.27 and redis 6
14
14
All dependencies have been vendored, so there's no need to any additional download.
15
15
16
16
## Operator deployment on Kubernetes
@@ -33,7 +33,7 @@ helm install redis-operator redis-operator/redis-operator
33
33
Helm chart only manage the creation of CRD in the first install. In order to update the CRD you will need to apply directly.
34
34
35
35
```
36
- REDIS_OPERATOR_VERSION=v1.2.4
36
+ REDIS_OPERATOR_VERSION=v1.3.0
37
37
kubectl replace -f https://raw.githubusercontent.com/spotahome/redis-operator/${REDIS_OPERATOR_VERSION}/manifests/databases.spotahome.com_redisfailovers.yaml
38
38
```
39
39
@@ -45,7 +45,7 @@ helm upgrade redis-operator redis-operator/redis-operator
45
45
To create the operator, you can directly create it with kubectl:
46
46
47
47
```
48
- REDIS_OPERATOR_VERSION=v1.2.4
48
+ REDIS_OPERATOR_VERSION=v1.3.0
49
49
kubectl create -f https://raw.githubusercontent.com/spotahome/redis-operator/${REDIS_OPERATOR_VERSION}/manifests/databases.spotahome.com_redisfailovers.yaml
50
50
kubectl apply -f https://raw.githubusercontent.com/spotahome/redis-operator/${REDIS_OPERATOR_VERSION}/example/operator/all-redis-operator-resources.yaml
51
51
```
Original file line number Diff line number Diff line change 1
1
annotations :
2
2
category : Redis Operator
3
- appVersion : 1.2.4
3
+ appVersion : 1.3.0
4
4
apiVersion : v1
5
5
description : A Helm chart for the Spotahome Redis Operator
6
6
name : redis-operator
7
- version : 3.2.9
7
+ version : 3.3.0
8
8
home : https://github.com/spotahome/redis-operator
9
9
keywords :
10
10
- " golang"
Original file line number Diff line number Diff line change 6
6
image :
7
7
repository : quay.io/spotahome/redis-operator
8
8
pullPolicy : IfNotPresent
9
- tag : v1.2.4
9
+ tag : v1.3.0
10
10
cli_args : " "
11
11
12
12
imageCredentials :
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ kind: Component
3
3
4
4
labels :
5
5
- pairs :
6
- app.kubernetes.io/version : 1.2.4
6
+ app.kubernetes.io/version : 1.3.0
7
7
8
8
images :
9
9
- name : quay.io/spotahome/redis-operator
10
- newTag : v1.2.4
10
+ newTag : v1.3.0
You can’t perform that action at this time.
0 commit comments