From f2165c6ec97689c481b327354bc504759c52dbfa Mon Sep 17 00:00:00 2001 From: whzghb <631064936@qq.com> Date: Mon, 16 Oct 2023 10:52:41 +0800 Subject: [PATCH] fix redis-sentinel selector role value Signed-off-by: whzghb <631064936@qq.com> --- charts/redis-sentinel/Chart.yaml | 2 +- charts/redis-sentinel/templates/service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/redis-sentinel/Chart.yaml b/charts/redis-sentinel/Chart.yaml index aa4d2642..e290d519 100644 --- a/charts/redis-sentinel/Chart.yaml +++ b/charts/redis-sentinel/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: redis-sentinel description: Provides easy redis setup definitions for Kubernetes services, and deployment. -version: 0.15.9 +version: 0.15.10 appVersion: "0.15.1" home: https://github.com/ot-container-kit/redis-operator sources: diff --git a/charts/redis-sentinel/templates/service.yaml b/charts/redis-sentinel/templates/service.yaml index 3dfb5991..5c3d3c19 100644 --- a/charts/redis-sentinel/templates/service.yaml +++ b/charts/redis-sentinel/templates/service.yaml @@ -20,7 +20,7 @@ spec: selector: app: {{ .Release.Name }} redis_setup_type: sentinel - role: sentinle + role: sentinel ports: - protocol: TCP port: {{ .Values.externalService.port }}