mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/redis-ha] Add missing sysctl imagePullPolicy (#18674)
* Add missing sysctl imagePullPolicy Signed-off-by: Philippe Dagenais <pgdagenais@gmail.com> * Bump chart version Signed-off-by: Philippe Dagenais <pgdagenais@gmail.com> * Remove if in value definition Signed-off-by: Philippe Dagenais <pgdagenais@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
6fb92f24ac
commit
bf4d0939a0
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user