mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/node-problem-detector] add default imagePullPolicy (#10530)
Signed-off-by: Mikhail Vasilenko <mvasilenko@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
291078f425
commit
1a3987408a
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user