File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -95,32 +95,32 @@ spec:
95
95
serviceAccount : csi-snapshotter
96
96
containers :
97
97
- name : csi-provisioner
98
- image : xyang105/ csi:csi -provisioner
98
+ image : quay.io/k8scsi/ csi-provisioner:v0.4.0
99
99
args :
100
100
- " --provisioner=csi-hostpath"
101
101
- " --csi-address=$(ADDRESS)"
102
102
- " --connection-timeout=15s"
103
103
env :
104
104
- name : ADDRESS
105
105
value : /csi/csi.sock
106
- imagePullPolicy : " IfNotPresent "
106
+ imagePullPolicy : Always
107
107
volumeMounts :
108
108
- name : socket-dir
109
109
mountPath : /csi
110
110
- name : csi-snapshotter
111
- image : xyang105/ csi:csi -snapshotter
111
+ image : quay.io/k8scsi/ csi-snapshotter:v0.4.0
112
112
args :
113
113
- " --csi-address=$(ADDRESS)"
114
114
- " --connection-timeout=15s"
115
115
env :
116
116
- name : ADDRESS
117
117
value : /csi/csi.sock
118
- imagePullPolicy : " IfNotPresent "
118
+ imagePullPolicy : Always
119
119
volumeMounts :
120
120
- name : socket-dir
121
121
mountPath : /csi
122
122
- name : hostpath
123
- image : xyang105/csi:csi-hostpath
123
+ image : quay.io/k8scsi/hostpathplugin:v0.4.0
124
124
args :
125
125
- " --v=5"
126
126
- " --endpoint=$(CSI_ENDPOINT)"
@@ -133,7 +133,7 @@ spec:
133
133
fieldRef :
134
134
apiVersion : v1
135
135
fieldPath : spec.nodeName
136
- imagePullPolicy : IfNotPresent
136
+ imagePullPolicy : Always
137
137
securityContext :
138
138
privileged : true
139
139
volumeMounts :
You can’t perform that action at this time.
0 commit comments