From 9fc6922f7446d0dddfd226e41b0704aefb99196d Mon Sep 17 00:00:00 2001 From: Yussuf Shaikh Date: Tue, 23 Jul 2024 19:39:24 +0530 Subject: [PATCH] Add 4.17, 4.18 and remove 4.11 rhcos image name to the list --- .github/workflows/rhcos_generate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rhcos_generate.yml b/.github/workflows/rhcos_generate.yml index 8f747e6c1..d7837eff4 100644 --- a/.github/workflows/rhcos_generate.yml +++ b/.github/workflows/rhcos_generate.yml @@ -23,7 +23,7 @@ jobs: markdown_content+="| OCP Version | RHCOS Image File Name |\n" markdown_content+="| ----------- | --------------------- |\n" # Iterate through each release version - for version in {16..11} + for version in {18..12} do # Fetch object information for the release version object=$(curl -s "https://raw.githubusercontent.com/openshift/installer/release-4.${version}/data/data/coreos/rhcos.json" | jq -r '.architectures.ppc64le.images.powervs.regions."au-syd".object')