mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Add missing imagePullPolicy for init-sysctl (#13018)
The sysctlImage.pullPolicy value is documented, but is to used in the templates Signed-off-by: eduardobaitello <eduardobaitello@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
d6eeb169e9
commit
788f52cab1
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: redis
|
||||
version: 6.4.4
|
||||
version: 6.4.5
|
||||
appVersion: 4.0.14
|
||||
description: Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.
|
||||
keywords:
|
||||
|
||||
@@ -170,6 +170,7 @@ spec:
|
||||
{{- if .Values.sysctlImage.enabled }}
|
||||
- name: init-sysctl
|
||||
image: {{ template "redis.sysctl.image" . }}
|
||||
imagePullPolicy: {{ default "" .Values.sysctlImage.pullPolicy | quote }}
|
||||
resources:
|
||||
{{ toYaml .Values.sysctlImage.resources | indent 10 }}
|
||||
{{- if .Values.sysctlImage.mountHostSys }}
|
||||
|
||||
@@ -166,6 +166,7 @@ spec:
|
||||
initContainers:
|
||||
- name: init-sysctl
|
||||
image: {{ template "redis.sysctl.image" . }}
|
||||
imagePullPolicy: {{ default "" .Values.sysctlImage.pullPolicy | quote }}
|
||||
resources:
|
||||
{{ toYaml .Values.sysctlImage.resources | indent 10 }}
|
||||
{{- if .Values.sysctlImage.mountHostSys }}
|
||||
|
||||
Reference in New Issue
Block a user