[stable/node-problem-detector] add default imagePullPolicy (#10530)

Signed-off-by: Mikhail Vasilenko <mvasilenko@gmail.com>
This commit is contained in:
Mikhail Vasilenko
2019-01-10 05:18:07 -08:00
committed by Kubernetes Prow Robot
parent 291078f425
commit 1a3987408a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: node-problem-detector
version: "1.1.0"
version: "1.1.1"
appVersion: v0.6.1
home: https://github.com/kubernetes/node-problem-detector
description: Installs the node-problem-detector daemonset for monitoring extra attributes on nodes
@@ -27,7 +27,7 @@ spec:
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy | quote }}
imagePullPolicy: {{ .Values.image.pullPolicy | default "IfNotPresent" | quote }}
command:
- "/bin/sh"
- "-c"