@@ -156,8 +156,8 @@ func makeInstallConfig() *installconfig.InstallConfig {
156
156
OSImage : azuretypes.OSImage {
157
157
Publisher : "azureopenshift" ,
158
158
Offer : "aro4" ,
159
- SKU : "aro_416 " ,
160
- Version : "416 .00.20240517" ,
159
+ SKU : "aro_417 " ,
160
+ Version : "417 .00.20240517" ,
161
161
Plan : azuretypes .ImageNoPurchasePlan ,
162
162
},
163
163
},
@@ -276,7 +276,7 @@ func makeInstallConfig() *installconfig.InstallConfig {
276
276
277
277
func makeImage () * releaseimage.Image {
278
278
return & releaseimage.Image {
279
- PullSpec : "quay.io/openshift-release-dev/ocp-release:4.16 .0-x86_64" ,
279
+ PullSpec : "quay.io/openshift-release-dev/ocp-release:4.17 .0-x86_64" ,
280
280
}
281
281
}
282
282
@@ -291,12 +291,12 @@ func mockClientCalls(client *mock.MockAPI) {
291
291
"CPUArchitectureType" : "x64" ,
292
292
}, nil ).
293
293
AnyTimes ()
294
- client .EXPECT ().GetMarketplaceImage (gomock .Any (), "centralus" , "azureopenshift" , "aro4" , "aro_416 " , "416 .00.20240517" ).
294
+ client .EXPECT ().GetMarketplaceImage (gomock .Any (), "centralus" , "azureopenshift" , "aro4" , "aro_417 " , "417 .00.20240517" ).
295
295
Return (compute.VirtualMachineImage {
296
296
VirtualMachineImageProperties : & compute.VirtualMachineImageProperties {
297
297
HyperVGeneration : compute .HyperVGenerationTypesV2 ,
298
298
},
299
- Name : to .StringPtr ("aro_416 " ),
299
+ Name : to .StringPtr ("aro_417 " ),
300
300
Location : to .StringPtr ("centralus" ),
301
301
}, nil ).
302
302
AnyTimes ()
0 commit comments