Skip to content

Commit

Permalink
Add 4.17, 4.18 and remove 4.11 rhcos image name to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
yussufsh authored Jul 23, 2024
1 parent cbdd803 commit 9fc6922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rhcos_generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 9fc6922

Please sign in to comment.