File tree 9 files changed +15
-15
lines changed
9 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 9
9
# get proporly expanded.
10
10
#
11
11
# cephcsi image version
12
- CSI_IMAGE_VERSION = v3.13-canary
12
+ CSI_IMAGE_VERSION = v3.13.1
13
13
14
14
# cephcsi upgrade version
15
15
CSI_UPGRADE_VERSION = v3.12.1
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ nodeplugin:
138
138
plugin :
139
139
image :
140
140
repository : quay.io/cephcsi/cephcsi
141
- tag : v3.13-canary
141
+ tag : v3.13.1
142
142
pullPolicy : IfNotPresent
143
143
resources : {}
144
144
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ nodeplugin:
149
149
plugin :
150
150
image :
151
151
repository : quay.io/cephcsi/cephcsi
152
- tag : v3.13-canary
152
+ tag : v3.13.1
153
153
pullPolicy : IfNotPresent
154
154
resources : {}
155
155
Original file line number Diff line number Diff line change 43
43
priorityClassName : system-cluster-critical
44
44
containers :
45
45
- name : csi-cephfsplugin
46
- image : quay.io/cephcsi/cephcsi:v3.13-canary
46
+ image : quay.io/cephcsi/cephcsi:v3.13.1
47
47
args :
48
48
- " --nodeid=$(NODE_ID)"
49
49
- " --type=cephfs"
@@ -169,7 +169,7 @@ spec:
169
169
- name : socket-dir
170
170
mountPath : /csi
171
171
- name : liveness-prometheus
172
- image : quay.io/cephcsi/cephcsi:v3.13-canary
172
+ image : quay.io/cephcsi/cephcsi:v3.13.1
173
173
args :
174
174
- " --type=liveness"
175
175
- " --endpoint=$(CSI_ENDPOINT)"
Original file line number Diff line number Diff line change 26
26
capabilities :
27
27
add : ["SYS_ADMIN"]
28
28
allowPrivilegeEscalation : true
29
- image : quay.io/cephcsi/cephcsi:v3.13-canary
29
+ image : quay.io/cephcsi/cephcsi:v3.13.1
30
30
args :
31
31
- " --nodeid=$(NODE_ID)"
32
32
- " --type=cephfs"
@@ -124,7 +124,7 @@ spec:
124
124
securityContext :
125
125
privileged : true
126
126
allowPrivilegeEscalation : true
127
- image : quay.io/cephcsi/cephcsi:v3.13-canary
127
+ image : quay.io/cephcsi/cephcsi:v3.13.1
128
128
args :
129
129
- " --type=liveness"
130
130
- " --endpoint=$(CSI_ENDPOINT)"
Original file line number Diff line number Diff line change 40
40
topologyKey : " kubernetes.io/hostname"
41
41
containers :
42
42
- name : csi-nfsplugin
43
- image : quay.io/cephcsi/cephcsi:v3.13-canary
43
+ image : quay.io/cephcsi/cephcsi:v3.13.1
44
44
args :
45
45
- " --nodeid=$(NODE_ID)"
46
46
- " --type=nfs"
@@ -147,7 +147,7 @@ spec:
147
147
- name : socket-dir
148
148
mountPath : /csi
149
149
- name : liveness-prometheus
150
- image : quay.io/cephcsi/cephcsi:v3.13-canary
150
+ image : quay.io/cephcsi/cephcsi:v3.13.1
151
151
args :
152
152
- " --type=liveness"
153
153
- " --endpoint=$(CSI_ENDPOINT)"
Original file line number Diff line number Diff line change 26
26
capabilities :
27
27
add : ["SYS_ADMIN"]
28
28
allowPrivilegeEscalation : true
29
- image : quay.io/cephcsi/cephcsi:v3.13-canary
29
+ image : quay.io/cephcsi/cephcsi:v3.13.1
30
30
args :
31
31
- " --nodeid=$(NODE_ID)"
32
32
- " --type=nfs"
Original file line number Diff line number Diff line change 47
47
priorityClassName : system-cluster-critical
48
48
containers :
49
49
- name : csi-rbdplugin
50
- image : quay.io/cephcsi/cephcsi:v3.13-canary
50
+ image : quay.io/cephcsi/cephcsi:v3.13.1
51
51
args :
52
52
- " --nodeid=$(NODE_ID)"
53
53
- " --type=rbd"
@@ -208,7 +208,7 @@ spec:
208
208
- name : socket-dir
209
209
mountPath : /csi
210
210
- name : csi-rbdplugin-controller
211
- image : quay.io/cephcsi/cephcsi:v3.13-canary
211
+ image : quay.io/cephcsi/cephcsi:v3.13.1
212
212
args :
213
213
- " --type=controller"
214
214
- " --v=5"
@@ -229,7 +229,7 @@ spec:
229
229
- name : ceph-config
230
230
mountPath : /etc/ceph/
231
231
- name : liveness-prometheus
232
- image : quay.io/cephcsi/cephcsi:v3.13-canary
232
+ image : quay.io/cephcsi/cephcsi:v3.13.1
233
233
args :
234
234
- " --type=liveness"
235
235
- " --endpoint=$(CSI_ENDPOINT)"
Original file line number Diff line number Diff line change 28
28
capabilities :
29
29
add : ["SYS_ADMIN"]
30
30
allowPrivilegeEscalation : true
31
- image : quay.io/cephcsi/cephcsi:v3.13-canary
31
+ image : quay.io/cephcsi/cephcsi:v3.13.1
32
32
args :
33
33
- " --nodeid=$(NODE_ID)"
34
34
- " --pluginpath=/var/lib/kubelet/plugins"
@@ -134,7 +134,7 @@ spec:
134
134
securityContext :
135
135
privileged : true
136
136
allowPrivilegeEscalation : true
137
- image : quay.io/cephcsi/cephcsi:v3.13-canary
137
+ image : quay.io/cephcsi/cephcsi:v3.13.1
138
138
args :
139
139
- " --type=liveness"
140
140
- " --endpoint=$(CSI_ENDPOINT)"
You can’t perform that action at this time.
0 commit comments