File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed
manifests/manila-csi-plugin Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
2
2
appVersion : v1.31.2
3
3
description : Manila CSI Chart for OpenStack
4
4
name : openstack-manila-csi
5
- version : 2.31.3
5
+ version : 2.31.4
6
6
home : http://github.com/kubernetes/cloud-provider-openstack
7
7
icon : https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
8
8
maintainers :
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ nodeplugin:
60
60
registrar :
61
61
image :
62
62
repository : registry.k8s.io/sig-storage/csi-node-driver-registrar
63
- tag : v2.4 .0
63
+ tag : v2.12 .0
64
64
pullPolicy : IfNotPresent
65
65
resources : {}
66
66
extraEnv : []
@@ -87,7 +87,7 @@ controllerplugin:
87
87
provisioner :
88
88
image :
89
89
repository : registry.k8s.io/sig-storage/csi-provisioner
90
- tag : v3.0 .0
90
+ tag : v5.1 .0
91
91
pullPolicy : IfNotPresent
92
92
resources : {}
93
93
extraEnv : []
@@ -97,15 +97,15 @@ controllerplugin:
97
97
snapshotter :
98
98
image :
99
99
repository : registry.k8s.io/sig-storage/csi-snapshotter
100
- tag : v5.0.1
100
+ tag : v8.1.0
101
101
pullPolicy : IfNotPresent
102
102
resources : {}
103
103
extraEnv : []
104
104
# CSI external-resizer container spec
105
105
resizer :
106
106
image :
107
107
repository : registry.k8s.io/sig-storage/csi-resizer
108
- tag : v1.8 .0
108
+ tag : v1.12 .0
109
109
pullPolicy : IfNotPresent
110
110
resources : {}
111
111
extraEnv : []
Original file line number Diff line number Diff line change 36
36
serviceAccountName : openstack-manila-csi-controllerplugin
37
37
containers :
38
38
- name : provisioner
39
- image : " registry.k8s.io/sig-storage/csi-provisioner:v3.0 .0"
39
+ image : " registry.k8s.io/sig-storage/csi-provisioner:v5.1 .0"
40
40
args :
41
41
- " --csi-address=$(ADDRESS)"
42
42
- " --extra-create-metadata"
50
50
- name : plugin-dir
51
51
mountPath : /var/lib/kubelet/plugins/manila.csi.openstack.org
52
52
- name : snapshotter
53
- image : " registry.k8s.io/sig-storage/csi-snapshotter:v5.0.1 "
53
+ image : " registry.k8s.io/sig-storage/csi-snapshotter:v8.1.0 "
54
54
args :
55
55
- " --csi-address=$(ADDRESS)"
56
56
env :
61
61
- name : plugin-dir
62
62
mountPath : /var/lib/kubelet/plugins/manila.csi.openstack.org
63
63
- name : resizer
64
- image : " registry.k8s.io/sig-storage/csi-resizer:v1.8 .0"
64
+ image : " registry.k8s.io/sig-storage/csi-resizer:v1.12 .0"
65
65
args :
66
66
- " --csi-address=$(ADDRESS)"
67
67
- " --handle-volume-inuse-error=false"
@@ -125,4 +125,3 @@ spec:
125
125
hostPath :
126
126
path : /var/lib/kubelet/pods
127
127
type : Directory
128
-
Original file line number Diff line number Diff line change 21
21
dnsPolicy : ClusterFirstWithHostNet
22
22
containers :
23
23
- name : registrar
24
- image : " registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.4 .0"
24
+ image : " registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12 .0"
25
25
args :
26
26
- " --csi-address=/csi/csi.sock"
27
27
- " --kubelet-registration-path=/var/lib/kubelet/plugins/manila.csi.openstack.org/csi.sock"
You can’t perform that action at this time.
0 commit comments