From dbdc26a4cf4780637f545253b603fef8ee6b06e4 Mon Sep 17 00:00:00 2001 From: Jake Correnti Date: Wed, 1 Jun 2022 11:44:35 -0400 Subject: Removed `imageStream` hardcoded value [NO NEW TESTS NEEDED] Removed `imageStream` hardcoded value that was set to testing. Since podman4 is in the fcos trees, it should be removed. The respective comments have also been removed. Signed-off-by: Jake Correnti --- pkg/machine/fcos.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkg/machine/fcos.go b/pkg/machine/fcos.go index df58b8a1e..77427139a 100644 --- a/pkg/machine/fcos.go +++ b/pkg/machine/fcos.go @@ -146,13 +146,6 @@ func GetFCOSDownload(imageStream string) (*FcosDownloadInfo, error) { //nolint:s streamType string ) - // This is being hard set to testing. Once podman4 is in the - // fcos trees, we should remove it and re-release at least on - // macs. - // TODO: remove when podman4.0 is in coreos - - imageStream = "podman-testing" //nolint:staticcheck - switch imageStream { case "podman-testing": streamType = "podman-testing" -- cgit v1.2.3-54-g00ecf