File tree Expand file tree Collapse file tree 9 files changed +15
-22
lines changed Expand file tree Collapse file tree 9 files changed +15
-22
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 = canary
12
+ CSI_IMAGE_VERSION = v3.15.0
13
13
14
14
# cephcsi upgrade version
15
15
CSI_UPGRADE_VERSION = v3.13.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 : canary
141
+ tag : v3.15.0
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 : canary
152
+ tag : v3.15.0
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
- # for stable functionality replace canary with latest release version
47
- image : quay.io/cephcsi/cephcsi:canary
46
+ image : quay.io/cephcsi/cephcsi:v3.15.0
48
47
args :
49
48
- " --nodeid=$(NODE_ID)"
50
49
- " --type=cephfs"
@@ -193,7 +192,7 @@ spec:
193
192
- name : socket-dir
194
193
mountPath : /csi
195
194
- name : liveness-prometheus
196
- image : quay.io/cephcsi/cephcsi:canary
195
+ image : quay.io/cephcsi/cephcsi:v3.15.0
197
196
args :
198
197
- " --type=liveness"
199
198
- " --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
- # for stable functionality replace canary with latest release version
30
- image : quay.io/cephcsi/cephcsi:canary
29
+ image : quay.io/cephcsi/cephcsi:v3.15.0
31
30
args :
32
31
- " --nodeid=$(NODE_ID)"
33
32
- " --type=cephfs"
@@ -125,7 +124,7 @@ spec:
125
124
securityContext :
126
125
privileged : true
127
126
allowPrivilegeEscalation : true
128
- image : quay.io/cephcsi/cephcsi:canary
127
+ image : quay.io/cephcsi/cephcsi:v3.15.0
129
128
args :
130
129
- " --type=liveness"
131
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
- # for stable functionality replace canary with latest release version
44
- image : quay.io/cephcsi/cephcsi:canary
43
+ image : quay.io/cephcsi/cephcsi:v3.15.0
45
44
args :
46
45
- " --nodeid=$(NODE_ID)"
47
46
- " --type=nfs"
@@ -148,7 +147,7 @@ spec:
148
147
- name : socket-dir
149
148
mountPath : /csi
150
149
- name : liveness-prometheus
151
- image : quay.io/cephcsi/cephcsi:canary
150
+ image : quay.io/cephcsi/cephcsi:v3.15.0
152
151
args :
153
152
- " --type=liveness"
154
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
- # for stable functionality replace canary with latest release version
30
- image : quay.io/cephcsi/cephcsi:canary
29
+ image : quay.io/cephcsi/cephcsi:v3.15.0
31
30
args :
32
31
- " --nodeid=$(NODE_ID)"
33
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
- # for stable functionality replace canary with latest release version
51
- image : quay.io/cephcsi/cephcsi:canary
50
+ image : quay.io/cephcsi/cephcsi:v3.15.0
52
51
args :
53
52
- " --nodeid=$(NODE_ID)"
54
53
- " --type=rbd"
@@ -209,8 +208,7 @@ spec:
209
208
- name : socket-dir
210
209
mountPath : /csi
211
210
- name : csi-rbdplugin-controller
212
- # for stable functionality replace canary with latest release version
213
- image : quay.io/cephcsi/cephcsi:canary
211
+ image : quay.io/cephcsi/cephcsi:v3.15.0
214
212
args :
215
213
- " --type=controller"
216
214
- " --v=5"
@@ -231,7 +229,7 @@ spec:
231
229
- name : ceph-config
232
230
mountPath : /etc/ceph/
233
231
- name : liveness-prometheus
234
- image : quay.io/cephcsi/cephcsi:canary
232
+ image : quay.io/cephcsi/cephcsi:v3.15.0
235
233
args :
236
234
- " --type=liveness"
237
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
- # for stable functionality replace canary with latest release version
32
- image : quay.io/cephcsi/cephcsi:canary
31
+ image : quay.io/cephcsi/cephcsi:v3.15.0
33
32
args :
34
33
- " --nodeid=$(NODE_ID)"
35
34
- " --pluginpath=/var/lib/kubelet/plugins"
@@ -135,7 +134,7 @@ spec:
135
134
securityContext :
136
135
privileged : true
137
136
allowPrivilegeEscalation : true
138
- image : quay.io/cephcsi/cephcsi:canary
137
+ image : quay.io/cephcsi/cephcsi:v3.15.0
139
138
args :
140
139
- " --type=liveness"
141
140
- " --endpoint=$(CSI_ENDPOINT)"
You can’t perform that action at this time.
0 commit comments