Skip to content

Commit 2155ee9

Browse files
authored
[cinder-csi-plugin] Remove redundant imagePullPolicy (kubernetes#1602)
1 parent f1848cd commit 2155ee9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

charts/cinder-csi-plugin/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: latest
33
description: Cinder CSI Chart for OpenStack
44
name: openstack-cinder-csi
5-
version: 1.4.4
5+
version: 1.4.5
66
home: https://github.com/kubernetes/cloud-provider-openstack
77
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
88
maintainers:

charts/cinder-csi-plugin/templates/nodeplugin-daemonset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ spec:
3737
valueFrom:
3838
fieldRef:
3939
fieldPath: spec.nodeName
40-
imagePullPolicy: "IfNotPresent"
4140
volumeMounts:
4241
- name: socket-dir
4342
mountPath: /csi
@@ -83,7 +82,6 @@ spec:
8382
initialDelaySeconds: {{ .Values.csi.livenessprobe.initialDelaySeconds }}
8483
timeoutSeconds: {{ .Values.csi.livenessprobe.timeoutSeconds }}
8584
periodSeconds: {{ .Values.csi.livenessprobe.periodSeconds }}
86-
imagePullPolicy: "IfNotPresent"
8785
volumeMounts:
8886
- name: socket-dir
8987
mountPath: /csi

0 commit comments

Comments
 (0)