Skip to content

Commit 42c635f

Browse files
authored
chore: update version to 0.22.2 (#1576)
Signed-off-by: drivebyer <[email protected]>
1 parent e23140a commit 42c635f

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ===========================
44

55
# Current Operator version
6-
VERSION ?= 0.22.1
6+
VERSION ?= 0.22.2
77

88
# Default bundle image tag
99
BUNDLE_IMG ?= controller-bundle:$(VERSION)

charts/redis-cluster/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: redis-cluster
33
description: 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"
66
home: https://github.com/ot-container-kit/redis-operator
77
sources:
88
- https://github.com/ot-container-kit/redis-operator

charts/redis-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
apiVersion: v2
3-
version: 0.22.1
4-
appVersion: "0.22.1"
3+
version: 0.22.2
4+
appVersion: "0.22.2"
55
description: Provides easy redis setup definitions for Kubernetes services, and deployment.
66
engine: gotpl
77
maintainers:

charts/redis-replication/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: redis-replication
33
description: 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"
66
type: application
77
engine: gotpl
88
maintainers:

charts/redis-sentinel/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: redis-sentinel
33
description: 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"
66
home: https://github.com/ot-container-kit/redis-operator
77
sources:
88
- https://github.com/ot-container-kit/redis-operator

charts/redis/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
apiVersion: v2
33
name: redis
44
description: 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"
77
home: https://github.com/ot-container-kit/redis-operator
88
sources:
99
- https://github.com/ot-container-kit/redis-operator

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: quay.io/opstree/redis-operator
16-
newTag: v0.22.1
16+
newTag: v0.22.2

docs/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ gcs_engine_id = "016691298986124624340:x7qv2dywdao"
8383
# current release branch. Never is rc.
8484
release_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
8989
supported_k8s = "1.23"

0 commit comments

Comments
 (0)