File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
manifests/kustomize/components/version Expand file tree Collapse file tree 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
22
33# Name of this service/application
44SERVICE_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.
1010Kubernetes version: 1.21 or higher
1111Redis version: 6 or higher
1212
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
1414All dependencies have been vendored, so there's no need to any additional download.
1515
1616## Operator deployment on Kubernetes
@@ -33,7 +33,7 @@ helm install redis-operator redis-operator/redis-operator
3333Helm chart only manage the creation of CRD in the first install. In order to update the CRD you will need to apply directly.
3434
3535```
36- REDIS_OPERATOR_VERSION=v1.2.4
36+ REDIS_OPERATOR_VERSION=v1.3.0
3737kubectl replace -f https://raw.githubusercontent.com/spotahome/redis-operator/${REDIS_OPERATOR_VERSION}/manifests/databases.spotahome.com_redisfailovers.yaml
3838```
3939
@@ -45,7 +45,7 @@ helm upgrade redis-operator redis-operator/redis-operator
4545To create the operator, you can directly create it with kubectl:
4646
4747```
48- REDIS_OPERATOR_VERSION=v1.2.4
48+ REDIS_OPERATOR_VERSION=v1.3.0
4949kubectl create -f https://raw.githubusercontent.com/spotahome/redis-operator/${REDIS_OPERATOR_VERSION}/manifests/databases.spotahome.com_redisfailovers.yaml
5050kubectl apply -f https://raw.githubusercontent.com/spotahome/redis-operator/${REDIS_OPERATOR_VERSION}/example/operator/all-redis-operator-resources.yaml
5151```
Original file line number Diff line number Diff line change 11annotations :
22 category : Redis Operator
3- appVersion : 1.2.4
3+ appVersion : 1.3.0
44apiVersion : v1
55description : A Helm chart for the Spotahome Redis Operator
66name : redis-operator
7- version : 3.2.9
7+ version : 3.3.0
88home : https://github.com/spotahome/redis-operator
99keywords :
1010 - " golang"
Original file line number Diff line number Diff line change 66image :
77 repository : quay.io/spotahome/redis-operator
88 pullPolicy : IfNotPresent
9- tag : v1.2.4
9+ tag : v1.3.0
1010 cli_args : " "
1111
1212imageCredentials :
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ kind: Component
33
44labels :
55 - pairs :
6- app.kubernetes.io/version : 1.2.4
6+ app.kubernetes.io/version : 1.3.0
77
88images :
99 - 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