From fff5a892147d404dcca0df1c44aaed1987c78703 Mon Sep 17 00:00:00 2001 From: drivebyer Date: Tue, 14 Jan 2025 11:47:50 +0800 Subject: [PATCH] chore: bump redis-operator chart version to 0.19.1 Updated the version in Chart.yaml to reflect the new release of the redis-operator chart. This change ensures that users are aware of the latest updates and improvements in the chart. Signed-off-by: drivebyer --- charts/redis-operator/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/redis-operator/Chart.yaml b/charts/redis-operator/Chart.yaml index b479fb49b..65db54c66 100644 --- a/charts/redis-operator/Chart.yaml +++ b/charts/redis-operator/Chart.yaml @@ -1,6 +1,6 @@ --- apiVersion: v2 -version: 0.19.0 +version: 0.19.1 appVersion: "0.19.0" description: Provides easy redis setup definitions for Kubernetes services, and deployment. engine: gotpl