From bf4d0939a0f1d35b1e233263d4021e5302bfd882 Mon Sep 17 00:00:00 2001 From: Philippe Dagenais Date: Thu, 7 Nov 2019 14:43:42 -0500 Subject: [PATCH] [stable/redis-ha] Add missing sysctl imagePullPolicy (#18674) * Add missing sysctl imagePullPolicy Signed-off-by: Philippe Dagenais * Bump chart version Signed-off-by: Philippe Dagenais * Remove if in value definition Signed-off-by: Philippe Dagenais --- stable/redis-ha/Chart.yaml | 2 +- stable/redis-ha/templates/redis-ha-statefulset.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stable/redis-ha/Chart.yaml b/stable/redis-ha/Chart.yaml index 4f8246e48f..eefed94a38 100644 --- a/stable/redis-ha/Chart.yaml +++ b/stable/redis-ha/Chart.yaml @@ -6,7 +6,7 @@ keywords: - redis - keyvalue - database -version: 3.10.0 +version: 3.10.1 appVersion: 5.0.5 description: Highly available Kubernetes implementation of Redis icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png diff --git a/stable/redis-ha/templates/redis-ha-statefulset.yaml b/stable/redis-ha/templates/redis-ha-statefulset.yaml index f7e3ea7c35..7269c1ec0a 100644 --- a/stable/redis-ha/templates/redis-ha-statefulset.yaml +++ b/stable/redis-ha/templates/redis-ha-statefulset.yaml @@ -90,6 +90,7 @@ spec: {{- if .Values.sysctlImage.enabled }} - name: init-sysctl image: {{ template "redis.sysctl.image" . }} + imagePullPolicy: {{ .Values.sysctlImage.pullPolicy }} {{- if .Values.sysctlImage.mountHostSys }} volumeMounts: - name: host-sys