File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
# and csi-provisioner, csi-attacher, csi-snapshotter and livenessprobe sidecars.
15
15
controller :
16
16
repository : icr.io/ibm/ibm-object-csi-driver
17
- tag : " v0.1.14 "
17
+ tag : " v0.1.17 "
18
18
imagePullPolicy : IfNotPresent
19
19
resources :
20
20
limits :
@@ -57,13 +57,13 @@ spec:
57
57
# and csi-node-driver-registrar and livenessprobe sidecars.
58
58
node :
59
59
repository : icr.io/ibm/ibm-object-csi-driver
60
- tag : " v0.1.14 "
60
+ tag : " v0.1.17 "
61
61
imagePullPolicy : Always
62
62
63
63
sidecars :
64
64
- name : csi-node-driver-registrar
65
65
repository : k8s.gcr.io/sig-storage/csi-node-driver-registrar
66
- tag : " v2.6.3 "
66
+ tag : " v2.12.0 "
67
67
imagePullPolicy : IfNotPresent
68
68
resources :
69
69
limits :
74
74
memory : 20Mi
75
75
- name : csi-provisioner
76
76
repository : k8s.gcr.io/sig-storage/csi-provisioner
77
- tag : " v3.4.1 "
77
+ tag : " v5.1.0 "
78
78
imagePullPolicy : IfNotPresent
79
79
resources :
80
80
limits :
85
85
memory : 40Mi
86
86
- name : livenessprobe
87
87
repository : k8s.gcr.io/sig-storage/livenessprobe
88
- tag : " v2.9 .0"
88
+ tag : " v2.14 .0"
89
89
imagePullPolicy : IfNotPresent
90
90
resources :
91
91
limits :
You can’t perform that action at this time.
0 commit comments