Skip to content

Commit

Permalink
Fix vSphere e2e tests (#1610)
Browse files Browse the repository at this point in the history
Signed-off-by: Waleed Malik <[email protected]>
Co-authored-by: Waleed Malik <[email protected]>
  • Loading branch information
kubermatic-bot and ahmedwaleedmalik authored Mar 28, 2023
1 parent 1a34949 commit b159968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/provisioning/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var (
string(providerconfigtypes.OperatingSystemCentOS): "kkp-centos-7",
string(providerconfigtypes.OperatingSystemFlatcar): "kkp-flatcar-3139.2.0",
string(providerconfigtypes.OperatingSystemRHEL): "kkp-rhel-8.6",
string(providerconfigtypes.OperatingSystemRockyLinux): "kkp-rockylinux-8.5",
string(providerconfigtypes.OperatingSystemRockyLinux): "kkp-rockylinux-8",
string(providerconfigtypes.OperatingSystemUbuntu): "kkp-ubuntu-22.04",
}

Expand Down

0 comments on commit b159968

Please sign in to comment.