@@ -186,20 +186,20 @@ func TestLookupImageAndFeatures(t *testing.T) {
186
186
},
187
187
{
188
188
pluginType : uiv1alpha1 .TypeMonitoring ,
189
- clusterVersion : "v4.13 " ,
189
+ clusterVersion : "v4.14 " ,
190
190
expectedKey : "ui-monitoring" ,
191
- expectedErr : fmt .Errorf ("plugin %q: no compatible image found for cluster version %q" , uiv1alpha1 .TypeMonitoring , "v4.13 " ),
191
+ expectedErr : fmt .Errorf ("plugin %q: no compatible image found for cluster version %q" , uiv1alpha1 .TypeMonitoring , "v4.14 " ),
192
192
},
193
193
{
194
194
pluginType : uiv1alpha1 .TypeMonitoring ,
195
- clusterVersion : "v4.14 " ,
195
+ clusterVersion : "v4.15 " ,
196
196
expectedKey : "ui-monitoring" ,
197
197
expectedFeatures : []string {},
198
198
expectedErr : nil ,
199
199
},
200
200
{
201
201
pluginType : uiv1alpha1 .TypeMonitoring ,
202
- clusterVersion : "v4.14 .0-0.nightly-2024-06-06-064349" ,
202
+ clusterVersion : "v4.15 .0-0.nightly-2024-06-06-064349" ,
203
203
expectedKey : "ui-monitoring" ,
204
204
expectedFeatures : []string {},
205
205
expectedErr : nil ,
0 commit comments