Commit 42797ed 1 parent 0eabe32 commit 42797ed Copy full SHA for 42797ed
File tree 10 files changed +15
-31
lines changed
10 files changed +15
-31
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## Features
6
6
7
- - deploy: podSecurityContexts can be configured for ceph-csi-cephfs chart in [ PR] ( https://github.com/ceph/ceph-csi/pull/4664 ) .
8
- - deploy: podSecurityContexts can be configured for ceph-csi-rbd chart in [ PR] ( https://github.com/ceph/ceph-csi/pull/4668 )
9
- - deploy: instanceID can be optionally configured for ceph-csi charts in [ PR] ( https://github.com/ceph/ceph-csi/pull/4666 )
10
- - rbd: add support for flattenMode option for replication in [ PR] ( https://github.com/ceph/ceph-csi/pull/4678 )
11
- - cephfs: support omap data store in radosnamespace via cli argument in [ PR] ( https://github.com/ceph/ceph-csi/pull/4652 )
12
- - deploy: radosNamespaceCephFS can be configured for ceph-csi-cephfs chart in [ PR] ( https://github.com/ceph/ceph-csi/pull/4652 )
13
- - build: update ceph release to squid in [ PR] ( https://github.com/ceph/ceph-csi/pull/4735 )
14
- - build: CentOS Stream 9 is used as OS in the container-images [ PR] ( https://github.com/ceph/ceph-csi/pull/4735 )
15
-
16
7
## NOTE
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.12.0
13
13
14
14
# cephcsi upgrade version
15
15
CSI_UPGRADE_VERSION = v3.11.0
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ nodeplugin:
117
117
plugin :
118
118
image :
119
119
repository : quay.io/cephcsi/cephcsi
120
- tag : canary
120
+ tag : v3.12.0
121
121
pullPolicy : IfNotPresent
122
122
resources : {}
123
123
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ nodeplugin:
146
146
plugin :
147
147
image :
148
148
repository : quay.io/cephcsi/cephcsi
149
- tag : canary
149
+ tag : v3.12.0
150
150
pullPolicy : IfNotPresent
151
151
resources : {}
152
152
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.12.0
48
47
args :
49
48
- " --nodeid=$(NODE_ID)"
50
49
- " --type=cephfs"
@@ -143,7 +142,7 @@ spec:
143
142
- name : socket-dir
144
143
mountPath : /csi
145
144
- name : liveness-prometheus
146
- image : quay.io/cephcsi/cephcsi:canary
145
+ image : quay.io/cephcsi/cephcsi:v3.12.0
147
146
args :
148
147
- " --type=liveness"
149
148
- " --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.12.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.12.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.12.0
45
44
args :
46
45
- " --nodeid=$(NODE_ID)"
47
46
- " --type=nfs"
@@ -121,7 +120,7 @@ spec:
121
120
- name : socket-dir
122
121
mountPath : /csi
123
122
- name : liveness-prometheus
124
- image : quay.io/cephcsi/cephcsi:canary
123
+ image : quay.io/cephcsi/cephcsi:v3.12.0
125
124
args :
126
125
- " --type=liveness"
127
126
- " --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.12.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.12.0
52
51
args :
53
52
- " --nodeid=$(NODE_ID)"
54
53
- " --type=rbd"
@@ -172,8 +171,7 @@ spec:
172
171
- name : socket-dir
173
172
mountPath : /csi
174
173
- name : csi-rbdplugin-controller
175
- # for stable functionality replace canary with latest release version
176
- image : quay.io/cephcsi/cephcsi:canary
174
+ image : quay.io/cephcsi/cephcsi:v3.12.0
177
175
args :
178
176
- " --type=controller"
179
177
- " --v=5"
@@ -194,7 +192,7 @@ spec:
194
192
- name : ceph-config
195
193
mountPath : /etc/ceph/
196
194
- name : liveness-prometheus
197
- image : quay.io/cephcsi/cephcsi:canary
195
+ image : quay.io/cephcsi/cephcsi:v3.12.0
198
196
args :
199
197
- " --type=liveness"
200
198
- " --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.12.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.12.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