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 99# get proporly expanded.
1010#
1111# cephcsi image version
12- CSI_IMAGE_VERSION = canary
12+ CSI_IMAGE_VERSION = v3.16.0
1313
1414# cephcsi upgrade version
1515CSI_UPGRADE_VERSION = v3.15.1
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ nodeplugin:
138138 plugin :
139139 image :
140140 repository : quay.io/cephcsi/cephcsi
141- tag : canary
141+ tag : v3.16.0
142142 pullPolicy : IfNotPresent
143143 resources : {}
144144
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ nodeplugin:
149149 plugin :
150150 image :
151151 repository : quay.io/cephcsi/cephcsi
152- tag : canary
152+ tag : v3.16.0
153153 pullPolicy : IfNotPresent
154154 resources : {}
155155
Original file line number Diff line number Diff line change 4343 priorityClassName : system-cluster-critical
4444 containers :
4545 - 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.16.0
4847 args :
4948 - " --nodeid=$(NODE_ID)"
5049 - " --type=cephfs"
@@ -194,7 +193,7 @@ spec:
194193 - name : socket-dir
195194 mountPath : /csi
196195 - name : liveness-prometheus
197- image : quay.io/cephcsi/cephcsi:canary
196+ image : quay.io/cephcsi/cephcsi:v3.16.0
198197 args :
199198 - " --type=liveness"
200199 - " --endpoint=$(CSI_ENDPOINT)"
Original file line number Diff line number Diff line change 2626 capabilities :
2727 add : ["SYS_ADMIN"]
2828 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.16.0
3130 args :
3231 - " --nodeid=$(NODE_ID)"
3332 - " --type=cephfs"
@@ -126,7 +125,7 @@ spec:
126125 securityContext :
127126 privileged : true
128127 allowPrivilegeEscalation : true
129- image : quay.io/cephcsi/cephcsi:canary
128+ image : quay.io/cephcsi/cephcsi:v3.16.0
130129 args :
131130 - " --type=liveness"
132131 - " --endpoint=$(CSI_ENDPOINT)"
Original file line number Diff line number Diff line change 4040 topologyKey : " kubernetes.io/hostname"
4141 containers :
4242 - 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.16.0
4544 args :
4645 - " --nodeid=$(NODE_ID)"
4746 - " --type=nfs"
@@ -148,7 +147,7 @@ spec:
148147 - name : socket-dir
149148 mountPath : /csi
150149 - name : liveness-prometheus
151- image : quay.io/cephcsi/cephcsi:canary
150+ image : quay.io/cephcsi/cephcsi:v3.16.0
152151 args :
153152 - " --type=liveness"
154153 - " --endpoint=$(CSI_ENDPOINT)"
Original file line number Diff line number Diff line change 2626 capabilities :
2727 add : ["SYS_ADMIN"]
2828 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.16.0
3130 args :
3231 - " --nodeid=$(NODE_ID)"
3332 - " --type=nfs"
Original file line number Diff line number Diff line change 4747 priorityClassName : system-cluster-critical
4848 containers :
4949 - 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.16.0
5251 args :
5352 - " --nodeid=$(NODE_ID)"
5453 - " --type=rbd"
@@ -210,8 +209,7 @@ spec:
210209 - name : socket-dir
211210 mountPath : /csi
212211 - name : csi-rbdplugin-controller
213- # for stable functionality replace canary with latest release version
214- image : quay.io/cephcsi/cephcsi:canary
212+ image : quay.io/cephcsi/cephcsi:v3.16.0
215213 args :
216214 - " --type=controller"
217215 - " --v=5"
@@ -232,7 +230,7 @@ spec:
232230 - name : ceph-config
233231 mountPath : /etc/ceph/
234232 - name : liveness-prometheus
235- image : quay.io/cephcsi/cephcsi:canary
233+ image : quay.io/cephcsi/cephcsi:v3.16.0
236234 args :
237235 - " --type=liveness"
238236 - " --endpoint=$(CSI_ENDPOINT)"
Original file line number Diff line number Diff line change 2828 capabilities :
2929 add : ["SYS_ADMIN"]
3030 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.16.0
3332 args :
3433 - " --nodeid=$(NODE_ID)"
3534 - " --pluginpath=/var/lib/kubelet/plugins"
@@ -136,7 +135,7 @@ spec:
136135 securityContext :
137136 privileged : true
138137 allowPrivilegeEscalation : true
139- image : quay.io/cephcsi/cephcsi:canary
138+ image : quay.io/cephcsi/cephcsi:v3.16.0
140139 args :
141140 - " --type=liveness"
142141 - " --endpoint=$(CSI_ENDPOINT)"
You can’t perform that action at this time.
0 commit comments