Commit aaa3d4e 1 parent e4a280f commit aaa3d4e Copy full SHA for aaa3d4e
File tree 8 files changed +14
-14
lines changed
8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ nodeplugin:
91
91
plugin :
92
92
image :
93
93
repository : quay.io/cephcsi/cephcsi
94
- tag : canary
94
+ tag : v3.7.0
95
95
pullPolicy : IfNotPresent
96
96
resources : {}
97
97
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ nodeplugin:
114
114
plugin :
115
115
image :
116
116
repository : quay.io/cephcsi/cephcsi
117
- tag : canary
117
+ tag : v3.7.0
118
118
pullPolicy : IfNotPresent
119
119
resources : {}
120
120
Original file line number Diff line number Diff line change 95
95
mountPath : /csi
96
96
- name : csi-cephfsplugin
97
97
# for stable functionality replace canary with latest release version
98
- image : quay.io/cephcsi/cephcsi:canary
98
+ image : quay.io/cephcsi/cephcsi:v3.7.0
99
99
args :
100
100
- " --nodeid=$(NODE_ID)"
101
101
- " --type=cephfs"
@@ -135,7 +135,7 @@ spec:
135
135
- name : keys-tmp-dir
136
136
mountPath : /tmp/csi/keys
137
137
- name : liveness-prometheus
138
- image : quay.io/cephcsi/cephcsi:canary
138
+ image : quay.io/cephcsi/cephcsi:v3.7.0
139
139
args :
140
140
- " --type=liveness"
141
141
- " --endpoint=$(CSI_ENDPOINT)"
Original file line number Diff line number Diff line change 49
49
add : ["SYS_ADMIN"]
50
50
allowPrivilegeEscalation : true
51
51
# for stable functionality replace canary with latest release version
52
- image : quay.io/cephcsi/cephcsi:canary
52
+ image : quay.io/cephcsi/cephcsi:v3.7.0
53
53
args :
54
54
- " --nodeid=$(NODE_ID)"
55
55
- " --type=cephfs"
@@ -108,7 +108,7 @@ spec:
108
108
securityContext :
109
109
privileged : true
110
110
allowPrivilegeEscalation : true
111
- image : quay.io/cephcsi/cephcsi:canary
111
+ image : quay.io/cephcsi/cephcsi:v3.7.0
112
112
args :
113
113
- " --type=liveness"
114
114
- " --endpoint=$(CSI_ENDPOINT)"
Original file line number Diff line number Diff line change 88
88
mountPath : /csi
89
89
- name : csi-nfsplugin
90
90
# for stable functionality replace canary with latest release version
91
- image : quay.io/cephcsi/cephcsi:canary
91
+ image : quay.io/cephcsi/cephcsi:v3.7.0
92
92
args :
93
93
- " --nodeid=$(NODE_ID)"
94
94
- " --type=nfs"
@@ -120,7 +120,7 @@ spec:
120
120
- name : keys-tmp-dir
121
121
mountPath : /tmp/csi/keys
122
122
- name : liveness-prometheus
123
- image : quay.io/cephcsi/cephcsi:canary
123
+ image : quay.io/cephcsi/cephcsi:v3.7.0
124
124
args :
125
125
- " --type=liveness"
126
126
- " --endpoint=$(CSI_ENDPOINT)"
Original file line number Diff line number Diff line change 49
49
add : ["SYS_ADMIN"]
50
50
allowPrivilegeEscalation : true
51
51
# for stable functionality replace canary with latest release version
52
- image : quay.io/cephcsi/cephcsi:canary
52
+ image : quay.io/cephcsi/cephcsi:v3.7.0
53
53
args :
54
54
- " --nodeid=$(NODE_ID)"
55
55
- " --type=nfs"
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ spec:
116
116
mountPath : /csi
117
117
- name : csi-rbdplugin
118
118
# for stable functionality replace canary with latest release version
119
- image : quay.io/cephcsi/cephcsi:canary
119
+ image : quay.io/cephcsi/cephcsi:v3.7.0
120
120
args :
121
121
- " --nodeid=$(NODE_ID)"
122
122
- " --type=rbd"
@@ -173,7 +173,7 @@ spec:
173
173
readOnly : true
174
174
- name : csi-rbdplugin-controller
175
175
# for stable functionality replace canary with latest release version
176
- image : quay.io/cephcsi/cephcsi:canary
176
+ image : quay.io/cephcsi/cephcsi:v3.7.0
177
177
args :
178
178
- " --type=controller"
179
179
- " --v=5"
@@ -194,7 +194,7 @@ spec:
194
194
- name : ceph-config
195
195
mountPath : /etc/ceph/
196
196
- name : liveness-prometheus
197
- image : quay.io/cephcsi/cephcsi:canary
197
+ image : quay.io/cephcsi/cephcsi:v3.7.0
198
198
args :
199
199
- " --type=liveness"
200
200
- " --endpoint=$(CSI_ENDPOINT)"
Original file line number Diff line number Diff line change 51
51
add : ["SYS_ADMIN"]
52
52
allowPrivilegeEscalation : true
53
53
# for stable functionality replace canary with latest release version
54
- image : quay.io/cephcsi/cephcsi:canary
54
+ image : quay.io/cephcsi/cephcsi:v3.7.0
55
55
args :
56
56
- " --nodeid=$(NODE_ID)"
57
57
- " --pluginpath=/var/lib/kubelet/plugins"
@@ -126,7 +126,7 @@ spec:
126
126
securityContext :
127
127
privileged : true
128
128
allowPrivilegeEscalation : true
129
- image : quay.io/cephcsi/cephcsi:canary
129
+ image : quay.io/cephcsi/cephcsi:v3.7.0
130
130
args :
131
131
- " --type=liveness"
132
132
- " --endpoint=$(CSI_ENDPOINT)"
You can’t perform that action at this time.
0 commit comments