Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/cloudprovider/provider/azure/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ var imageReferences = map[providerconfig.OperatingSystem]compute.ImageReference{
// flatcar-container-linux-corevm-amd64 doesn't require a plan. For more info: https://www.flatcar.org/docs/latest/installing/cloud/azure/#corevm
Offer: to.StringPtr("flatcar-container-linux-corevm-amd64"),
Sku: to.StringPtr("stable"),
Version: to.StringPtr("4230.2.2"),
Version: to.StringPtr("4459.2.3"),
},
providerconfig.OperatingSystemRockyLinux: {
Publisher: to.StringPtr("resf"),
Expand Down