File tree Expand file tree Collapse file tree 9 files changed +16
-16
lines changed
Expand file tree Collapse file tree 9 files changed +16
-16
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 = v3.16-canary
12+ CSI_IMAGE_VERSION = v3.16.2
1313
1414# cephcsi upgrade version
15- CSI_UPGRADE_VERSION = v3.15 .1
15+ CSI_UPGRADE_VERSION = v3.16 .1
1616
1717# ceph-csi-operator version used for e2e test
1818# TODO: use release tag which includes the bug fixes
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 : v3.16-canary
141+ tag : v3.16.2
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 : v3.16-canary
152+ tag : v3.16.2
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- image : quay.io/cephcsi/cephcsi:v3.16-canary
46+ image : quay.io/cephcsi/cephcsi:v3.16.2
4747 args :
4848 - " --nodeid=$(NODE_ID)"
4949 - " --type=cephfs"
@@ -193,7 +193,7 @@ spec:
193193 - name : socket-dir
194194 mountPath : /csi
195195 - name : liveness-prometheus
196- image : quay.io/cephcsi/cephcsi:v3.16-canary
196+ image : quay.io/cephcsi/cephcsi:v3.16.2
197197 args :
198198 - " --type=liveness"
199199 - " --endpoint=$(CSI_ENDPOINT)"
Original file line number Diff line number Diff line change 2626 capabilities :
2727 add : ["SYS_ADMIN"]
2828 allowPrivilegeEscalation : true
29- image : quay.io/cephcsi/cephcsi:v3.16-canary
29+ image : quay.io/cephcsi/cephcsi:v3.16.2
3030 args :
3131 - " --nodeid=$(NODE_ID)"
3232 - " --type=cephfs"
@@ -125,7 +125,7 @@ spec:
125125 securityContext :
126126 privileged : true
127127 allowPrivilegeEscalation : true
128- image : quay.io/cephcsi/cephcsi:v3.16-canary
128+ image : quay.io/cephcsi/cephcsi:v3.16.2
129129 args :
130130 - " --type=liveness"
131131 - " --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- image : quay.io/cephcsi/cephcsi:v3.16-canary
43+ image : quay.io/cephcsi/cephcsi:v3.16.2
4444 args :
4545 - " --nodeid=$(NODE_ID)"
4646 - " --type=nfs"
@@ -147,7 +147,7 @@ spec:
147147 - name : socket-dir
148148 mountPath : /csi
149149 - name : liveness-prometheus
150- image : quay.io/cephcsi/cephcsi:v3.16-canary
150+ image : quay.io/cephcsi/cephcsi:v3.16.2
151151 args :
152152 - " --type=liveness"
153153 - " --endpoint=$(CSI_ENDPOINT)"
Original file line number Diff line number Diff line change 2626 capabilities :
2727 add : ["SYS_ADMIN"]
2828 allowPrivilegeEscalation : true
29- image : quay.io/cephcsi/cephcsi:v3.16-canary
29+ image : quay.io/cephcsi/cephcsi:v3.16.2
3030 args :
3131 - " --nodeid=$(NODE_ID)"
3232 - " --type=nfs"
Original file line number Diff line number Diff line change 4747 priorityClassName : system-cluster-critical
4848 containers :
4949 - name : csi-rbdplugin
50- image : quay.io/cephcsi/cephcsi:v3.16-canary
50+ image : quay.io/cephcsi/cephcsi:v3.16.2
5151 args :
5252 - " --nodeid=$(NODE_ID)"
5353 - " --type=rbd"
@@ -209,7 +209,7 @@ spec:
209209 - name : socket-dir
210210 mountPath : /csi
211211 - name : csi-rbdplugin-controller
212- image : quay.io/cephcsi/cephcsi:v3.16-canary
212+ image : quay.io/cephcsi/cephcsi:v3.16.2
213213 args :
214214 - " --type=controller"
215215 - " --v=5"
@@ -230,7 +230,7 @@ spec:
230230 - name : ceph-config
231231 mountPath : /etc/ceph/
232232 - name : liveness-prometheus
233- image : quay.io/cephcsi/cephcsi:v3.16-canary
233+ image : quay.io/cephcsi/cephcsi:v3.16.2
234234 args :
235235 - " --type=liveness"
236236 - " --endpoint=$(CSI_ENDPOINT)"
Original file line number Diff line number Diff line change 2828 capabilities :
2929 add : ["SYS_ADMIN"]
3030 allowPrivilegeEscalation : true
31- image : quay.io/cephcsi/cephcsi:v3.16-canary
31+ image : quay.io/cephcsi/cephcsi:v3.16.2
3232 args :
3333 - " --nodeid=$(NODE_ID)"
3434 - " --pluginpath=/var/lib/kubelet/plugins"
@@ -135,7 +135,7 @@ spec:
135135 securityContext :
136136 privileged : true
137137 allowPrivilegeEscalation : true
138- image : quay.io/cephcsi/cephcsi:v3.16-canary
138+ image : quay.io/cephcsi/cephcsi:v3.16.2
139139 args :
140140 - " --type=liveness"
141141 - " --endpoint=$(CSI_ENDPOINT)"
You can’t perform that action at this time.
0 commit comments