File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 33# ===========================
44
55# Current Operator version
6- VERSION ?= 0.22.1
6+ VERSION ?= 0.22.2
77
88# Default bundle image tag
99BUNDLE_IMG ?= controller-bundle:$(VERSION )
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : redis-cluster
33description : Provides easy redis setup definitions for Kubernetes services, and deployment.
4- version : 0.17.1
5- appVersion : " 0.17.1 "
4+ version : 0.17.2
5+ appVersion : " 0.17.2 "
66home : https://github.com/ot-container-kit/redis-operator
77sources :
88 - https://github.com/ot-container-kit/redis-operator
Original file line number Diff line number Diff line change 11---
22apiVersion : v2
3- version : 0.22.1
4- appVersion : " 0.22.1 "
3+ version : 0.22.2
4+ appVersion : " 0.22.2 "
55description : Provides easy redis setup definitions for Kubernetes services, and deployment.
66engine : gotpl
77maintainers :
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : redis-replication
33description : Provides easy redis setup definitions for Kubernetes services, and deployment.
4- version : 0.16.9
5- appVersion : " 0.16.9 "
4+ version : 0.16.10
5+ appVersion : " 0.16.10 "
66type : application
77engine : gotpl
88maintainers :
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : redis-sentinel
33description : Provides easy redis setup definitions for Kubernetes services, and deployment.
4- version : 0.16.10
5- appVersion : " 0.16.10 "
4+ version : 0.16.11
5+ appVersion : " 0.16.11 "
66home : https://github.com/ot-container-kit/redis-operator
77sources :
88 - https://github.com/ot-container-kit/redis-operator
Original file line number Diff line number Diff line change 22apiVersion : v2
33name : redis
44description : Provides easy redis setup definitions for Kubernetes services, and deployment.
5- version : 0.16.6
6- appVersion : " 0.16.6 "
5+ version : 0.16.7
6+ appVersion : " 0.16.7 "
77home : https://github.com/ot-container-kit/redis-operator
88sources :
99 - https://github.com/ot-container-kit/redis-operator
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ kind: Kustomization
1313images :
1414- name : controller
1515 newName : quay.io/opstree/redis-operator
16- newTag : v0.22.1
16+ newTag : v0.22.2
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ gcs_engine_id = "016691298986124624340:x7qv2dywdao"
8383# current release branch. Never is rc.
8484release_branch = " release-1.27.0"
8585# the main version. Never is rc.
86- release_version = " 0.22.1 "
86+ release_version = " 0.22.2 "
8787
8888# shown for production
8989supported_k8s = " 1.23"
You can’t perform that action at this time.
0 commit comments