From 73580cf44724718b6d71513cf470994f79cda763 Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Mon, 20 May 2024 18:16:47 +0530 Subject: [PATCH] [Release] : Helm chart for the v0.16.0 Signed-off-by: Shubham Gupta --- charts/redis-cluster/Chart.yaml | 4 ++-- charts/redis-operator/Chart.yaml | 4 ++-- charts/redis-replication/Chart.yaml | 4 ++-- charts/redis-sentinel/Chart.yaml | 4 ++-- charts/redis/Chart.yaml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/redis-cluster/Chart.yaml b/charts/redis-cluster/Chart.yaml index 678fcb34..f16e6c8a 100644 --- a/charts/redis-cluster/Chart.yaml +++ b/charts/redis-cluster/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: redis-cluster description: Provides easy redis setup definitions for Kubernetes services, and deployment. -version: 0.15.11 -appVersion: "0.15.1" +version: 0.16.0 +appVersion: "0.16.0" home: https://github.com/ot-container-kit/redis-operator sources: - https://github.com/ot-container-kit/redis-operator diff --git a/charts/redis-operator/Chart.yaml b/charts/redis-operator/Chart.yaml index 148040a7..684186de 100644 --- a/charts/redis-operator/Chart.yaml +++ b/charts/redis-operator/Chart.yaml @@ -1,7 +1,7 @@ --- apiVersion: v2 -version: 0.15.10 -appVersion: "0.15.1" +version: 0.16.0 +appVersion: "0.16.0" description: Provides easy redis setup definitions for Kubernetes services, and deployment. engine: gotpl maintainers: diff --git a/charts/redis-replication/Chart.yaml b/charts/redis-replication/Chart.yaml index 197255df..00562b51 100644 --- a/charts/redis-replication/Chart.yaml +++ b/charts/redis-replication/Chart.yaml @@ -9,8 +9,8 @@ maintainers: - name: shubham-cmyk sources: - https://github.com/ot-container-kit/redis-operator -version: 0.15.11 -appVersion: "0.15.1" +version: 0.16.0 +appVersion: "0.16.0" home: https://github.com/ot-container-kit/redis-operator keywords: - operator diff --git a/charts/redis-sentinel/Chart.yaml b/charts/redis-sentinel/Chart.yaml index fe64db33..e03c8dbb 100644 --- a/charts/redis-sentinel/Chart.yaml +++ b/charts/redis-sentinel/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: redis-sentinel description: Provides easy redis setup definitions for Kubernetes services, and deployment. -version: 0.15.12 -appVersion: "0.15.1" +version: 0.16.0 +appVersion: "0.16.0" home: https://github.com/ot-container-kit/redis-operator sources: - https://github.com/ot-container-kit/redis-operator diff --git a/charts/redis/Chart.yaml b/charts/redis/Chart.yaml index 06255b3f..1b94f548 100644 --- a/charts/redis/Chart.yaml +++ b/charts/redis/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: redis description: Provides easy redis setup definitions for Kubernetes services, and deployment. -version: 0.15.11 -appVersion: "0.15.1" +version: 0.16.0 +appVersion: "0.16.0" home: https://github.com/ot-container-kit/redis-operator sources: - https://github.com/ot-container-kit/redis-operator