├── .github └── workflows │ ├── cron-sync-imageset.yml │ └── post-submit-imageset.yml ├── .gitignore ├── CONTRIBUTE.md ├── ChangeLog.md ├── LICENSE ├── Makefile ├── OWNERS ├── README.md ├── SECURITY.md ├── clusterImageSets ├── .kubernetesignore ├── fast │ ├── 4.6 │ │ ├── img4.6.1-x86_64.yaml │ │ ├── img4.6.12-x86_64.yaml │ │ ├── img4.6.13-x86_64.yaml │ │ ├── img4.6.15-x86_64.yaml │ │ ├── img4.6.16-x86_64.yaml │ │ ├── img4.6.17-x86_64.yaml │ │ ├── img4.6.18-x86_64.yaml │ │ ├── img4.6.19-x86_64.yaml │ │ ├── img4.6.20-x86_64.yaml │ │ ├── img4.6.21-x86_64.yaml │ │ ├── img4.6.22-x86_64.yaml │ │ ├── img4.6.23-x86_64.yaml │ │ ├── img4.6.25-x86_64.yaml │ │ ├── img4.6.26-x86_64.yaml │ │ ├── img4.6.27-x86_64.yaml │ │ ├── img4.6.28-x86_64.yaml │ │ ├── img4.6.29-x86_64.yaml │ │ ├── img4.6.3-x86_64.yaml │ │ ├── img4.6.30-x86_64.yaml │ │ ├── img4.6.31-x86_64.yaml │ │ ├── img4.6.32-x86_64.yaml │ │ ├── img4.6.34-x86_64.yaml │ │ ├── img4.6.35-x86_64.yaml │ │ ├── img4.6.36-x86_64.yaml │ │ ├── img4.6.38-x86_64.yaml │ │ ├── img4.6.39-x86_64.yaml │ │ ├── img4.6.4-x86_64.yaml │ │ ├── img4.6.40-x86_64.yaml │ │ ├── img4.6.41-x86_64.yaml │ │ ├── img4.6.42-x86_64.yaml │ │ ├── img4.6.43-x86_64.yaml │ │ ├── img4.6.44-x86_64.yaml │ │ ├── img4.6.45-x86_64.yaml │ │ ├── img4.6.46-x86_64.yaml │ │ ├── img4.6.47-x86_64.yaml │ │ ├── img4.6.48-x86_64.yaml │ │ ├── img4.6.49-x86_64.yaml │ │ ├── img4.6.6-x86_64.yaml │ │ ├── img4.6.8-x86_64.yaml │ │ └── img4.6.9-x86_64.yaml │ ├── 4.7 │ │ ├── img4.7.0-x86_64.yaml │ │ ├── img4.7.1-x86_64.yaml │ │ ├── img4.7.11-x86_64.yaml │ │ ├── img4.7.12-x86_64.yaml │ │ ├── img4.7.13-x86_64.yaml │ │ ├── img4.7.16-x86_64.yaml │ │ ├── img4.7.18-x86_64.yaml │ │ ├── img4.7.19-x86_64.yaml │ │ ├── img4.7.2-x86_64.yaml │ │ ├── img4.7.21-x86_64.yaml │ │ ├── img4.7.22-x86_64.yaml │ │ ├── img4.7.23-x86_64.yaml │ │ ├── img4.7.24-x86_64.yaml │ │ ├── img4.7.28-x86_64.yaml │ │ ├── img4.7.29-x86_64.yaml │ │ ├── img4.7.3-x86_64.yaml │ │ ├── img4.7.30-x86_64.yaml │ │ ├── img4.7.31-x86_64.yaml │ │ ├── img4.7.32-x86_64.yaml │ │ ├── img4.7.33-x86_64.yaml │ │ ├── img4.7.34-x86_64.yaml │ │ ├── img4.7.36-x86_64.yaml │ │ ├── img4.7.37-x86_64.yaml │ │ ├── img4.7.4-x86_64.yaml │ │ ├── img4.7.5-x86_64.yaml │ │ ├── img4.7.6-x86_64.yaml │ │ ├── img4.7.7-x86_64.yaml │ │ ├── img4.7.8-x86_64.yaml │ │ └── img4.7.9-x86_64.yaml │ ├── 4.8 │ │ ├── img4.8.10-x86_64.yaml │ │ ├── img4.8.11-x86_64.yaml │ │ ├── img4.8.12-x86_64.yaml │ │ ├── img4.8.13-x86_64.yaml │ │ ├── img4.8.14-x86_64.yaml │ │ ├── img4.8.15-x86_64.yaml │ │ ├── img4.8.17-x86_64.yaml │ │ ├── img4.8.18-x86_64.yaml │ │ ├── img4.8.19-x86_64.yaml │ │ ├── img4.8.2-x86_64.yaml │ │ ├── img4.8.20-x86_64.yaml │ │ ├── img4.8.21-x86_64.yaml │ │ ├── img4.8.3-x86_64.yaml │ │ ├── img4.8.4-x86_64.yaml │ │ ├── img4.8.5-x86_64.yaml │ │ └── img4.8.9-x86_64.yaml │ └── 4.9 │ │ ├── img4.9.0-x86_64.yaml │ │ ├── img4.9.4-x86_64.yaml │ │ ├── img4.9.5-x86_64.yaml │ │ ├── img4.9.6-x86_64.yaml │ │ ├── img4.9.7-x86_64.yaml │ │ └── img4.9.8-x86_64.yaml ├── releases │ ├── 4.6 │ │ ├── img4.6.0-0-2020-07-31-080025-x86_64.yaml │ │ ├── img4.6.0-0.nightly-2020-07-31-080025-x86_64.yaml │ │ ├── img4.6.0-0.nightly-2020-07-31-225620-x86_64.yaml │ │ ├── img4.6.0-fc.0-x86_64.yaml │ │ ├── img4.6.0-fc.1-x86_64.yaml │ │ ├── img4.6.0-fc.2-x86_64.yaml │ │ ├── img4.6.0-fc.3-x86_64.yaml │ │ ├── img4.6.0-fc.4-x86_64.yaml │ │ ├── img4.6.0-fc.5-x86_64.yaml │ │ ├── img4.6.0-fc.6-x86_64.yaml │ │ ├── img4.6.0-fc.7-x86_64.yaml │ │ ├── img4.6.0-fc.8-x86_64.yaml │ │ ├── img4.6.0-fc.9-x86_64.yaml │ │ ├── img4.6.0-rc.0-x86_64.yaml │ │ ├── img4.6.0-rc.1-x86_64.yaml │ │ ├── img4.6.0-rc.2-x86_64.yaml │ │ ├── img4.6.0-rc.3-x86_64.yaml │ │ ├── img4.6.0-rc.4-x86_64.yaml │ │ ├── img4.6.0-x86_64.yaml │ │ ├── img4.6.1-x86_64.yaml │ │ ├── img4.6.10-x86_64.yaml │ │ ├── img4.6.11-x86_64.yaml │ │ ├── img4.6.12-x86_64.yaml │ │ ├── img4.6.13-x86_64.yaml │ │ ├── img4.6.14-x86_64.yaml │ │ ├── img4.6.15-x86_64.yaml │ │ ├── img4.6.16-x86_64.yaml │ │ ├── img4.6.17-x86_64.yaml │ │ ├── img4.6.18-x86_64.yaml │ │ ├── img4.6.19-x86_64.yaml │ │ ├── img4.6.2-x86_64.yaml │ │ ├── img4.6.20-x86_64.yaml │ │ ├── img4.6.21-x86_64.yaml │ │ ├── img4.6.22-x86_64.yaml │ │ ├── img4.6.23-x86_64.yaml │ │ ├── img4.6.24-x86_64.yaml │ │ ├── img4.6.25-x86_64.yaml │ │ ├── img4.6.26-x86_64.yaml │ │ ├── img4.6.27-x86_64.yaml │ │ ├── img4.6.28-x86_64.yaml │ │ ├── img4.6.29-x86_64.yaml │ │ ├── img4.6.3-x86_64.yaml │ │ ├── img4.6.30-x86_64.yaml │ │ ├── img4.6.31-x86_64.yaml │ │ ├── img4.6.32-x86_64.yaml │ │ ├── img4.6.33-x86_64.yaml │ │ ├── img4.6.34-x86_64.yaml │ │ ├── img4.6.35-x86_64.yaml │ │ ├── img4.6.36-x86_64.yaml │ │ ├── img4.6.37-x86_64.yaml │ │ ├── img4.6.38-x86_64.yaml │ │ ├── img4.6.39-x86_64.yaml │ │ ├── img4.6.4-x86_64.yaml │ │ ├── img4.6.40-x86_64.yaml │ │ ├── img4.6.41-x86_64.yaml │ │ ├── img4.6.42-x86_64.yaml │ │ ├── img4.6.43-x86_64.yaml │ │ ├── img4.6.44-x86_64.yaml │ │ ├── img4.6.45-x86_64.yaml │ │ ├── img4.6.46-x86_64.yaml │ │ ├── img4.6.47-x86_64.yaml │ │ ├── img4.6.48-x86_64.yaml │ │ ├── img4.6.49-x86_64.yaml │ │ ├── img4.6.5-x86_64.yaml │ │ ├── img4.6.50-x86_64.yaml │ │ ├── img4.6.6-x86_64.yaml │ │ ├── img4.6.7-x86_64.yaml │ │ ├── img4.6.8-x86_64.yaml │ │ └── img4.6.9-x86_64.yaml │ ├── 4.7 │ │ ├── img4.7.0-assembly.art3091-x86_64.yaml │ │ ├── img4.7.0-fc.0-x86_64.yaml │ │ ├── img4.7.0-fc.1-x86_64.yaml │ │ ├── img4.7.0-fc.2-x86_64.yaml │ │ ├── img4.7.0-fc.3-x86_64.yaml │ │ ├── img4.7.0-fc.4-x86_64.yaml │ │ ├── img4.7.0-fc.5-x86_64.yaml │ │ ├── img4.7.0-rc.0-x86_64.yaml │ │ ├── img4.7.0-rc.1-x86_64.yaml │ │ ├── img4.7.0-rc.2-x86_64.yaml │ │ ├── img4.7.0-rc.3-x86_64.yaml │ │ ├── img4.7.0-x86_64.yaml │ │ ├── img4.7.1-x86_64.yaml │ │ ├── img4.7.10-x86_64.yaml │ │ ├── img4.7.11-assembly.art3334-x86_64.yaml │ │ ├── img4.7.11-x86_64.yaml │ │ ├── img4.7.12-x86_64.yaml │ │ ├── img4.7.13-x86_64.yaml │ │ ├── img4.7.14-x86_64.yaml │ │ ├── img4.7.15-x86_64.yaml │ │ ├── img4.7.16-x86_64.yaml │ │ ├── img4.7.17-x86_64.yaml │ │ ├── img4.7.18-x86_64.yaml │ │ ├── img4.7.19-x86_64.yaml │ │ ├── img4.7.2-x86_64.yaml │ │ ├── img4.7.20-x86_64.yaml │ │ ├── img4.7.21-x86_64.yaml │ │ ├── img4.7.22-x86_64.yaml │ │ ├── img4.7.23-x86_64.yaml │ │ ├── img4.7.24-x86_64.yaml │ │ ├── img4.7.25-x86_64.yaml │ │ ├── img4.7.26-x86_64.yaml │ │ ├── img4.7.27-x86_64.yaml │ │ ├── img4.7.28-x86_64.yaml │ │ ├── img4.7.29-x86_64.yaml │ │ ├── img4.7.3-x86_64.yaml │ │ ├── img4.7.30-x86_64.yaml │ │ ├── img4.7.31-x86_64.yaml │ │ ├── img4.7.32-x86_64.yaml │ │ ├── img4.7.33-x86_64.yaml │ │ ├── img4.7.34-x86_64.yaml │ │ ├── img4.7.35-x86_64.yaml │ │ ├── img4.7.36-x86_64.yaml │ │ ├── img4.7.37-x86_64.yaml │ │ ├── img4.7.38-x86_64.yaml │ │ ├── img4.7.4-x86_64.yaml │ │ ├── img4.7.5-x86_64.yaml │ │ ├── img4.7.6-x86_64.yaml │ │ ├── img4.7.7-x86_64.yaml │ │ ├── img4.7.8-x86_64.yaml │ │ └── img4.7.9-x86_64.yaml │ ├── 4.8 │ │ ├── img4.8.0-assembly.hack-x86_64.yaml │ │ ├── img4.8.0-fc.0-x86_64.yaml │ │ ├── img4.8.0-fc.1-x86_64.yaml │ │ ├── img4.8.0-fc.2-x86_64.yaml │ │ ├── img4.8.0-fc.3-x86_64.yaml │ │ ├── img4.8.0-fc.4-x86_64.yaml │ │ ├── img4.8.0-fc.5-x86_64.yaml │ │ ├── img4.8.0-fc.6-x86_64.yaml │ │ ├── img4.8.0-fc.7-x86_64.yaml │ │ ├── img4.8.0-fc.8-x86_64.yaml │ │ ├── img4.8.0-fc.9-x86_64.yaml │ │ ├── img4.8.0-rc.0-x86_64.yaml │ │ ├── img4.8.0-rc.1-x86_64.yaml │ │ ├── img4.8.0-rc.2-x86_64.yaml │ │ ├── img4.8.0-rc.3-x86_64.yaml │ │ ├── img4.8.0-x86_64.yaml │ │ ├── img4.8.1-x86_64.yaml │ │ ├── img4.8.10-x86_64.yaml │ │ ├── img4.8.11-x86_64.yaml │ │ ├── img4.8.12-x86_64.yaml │ │ ├── img4.8.13-x86_64.yaml │ │ ├── img4.8.14-x86_64.yaml │ │ ├── img4.8.15-assembly.art3489-x86_64.yaml │ │ ├── img4.8.15-x86_64.yaml │ │ ├── img4.8.16-x86_64.yaml │ │ ├── img4.8.17-x86_64.yaml │ │ ├── img4.8.18-x86_64.yaml │ │ ├── img4.8.19-x86_64.yaml │ │ ├── img4.8.2-x86_64.yaml │ │ ├── img4.8.20-x86_64.yaml │ │ ├── img4.8.21-x86_64.yaml │ │ ├── img4.8.22-x86_64.yaml │ │ ├── img4.8.3-x86_64.yaml │ │ ├── img4.8.4-x86_64.yaml │ │ ├── img4.8.5-x86_64.yaml │ │ ├── img4.8.6-x86_64.yaml │ │ ├── img4.8.7-x86_64.yaml │ │ ├── img4.8.8-x86_64.yaml │ │ └── img4.8.9-x86_64.yaml │ └── 4.9 │ │ ├── img4.9.0-fc.0-x86_64.yaml │ │ ├── img4.9.0-fc.1-x86_64.yaml │ │ ├── img4.9.0-rc.0-x86_64.yaml │ │ ├── img4.9.0-rc.1-x86_64.yaml │ │ ├── img4.9.0-rc.2-x86_64.yaml │ │ ├── img4.9.0-rc.3-x86_64.yaml │ │ ├── img4.9.0-rc.4-x86_64.yaml │ │ ├── img4.9.0-rc.5-x86_64.yaml │ │ ├── img4.9.0-rc.6-x86_64.yaml │ │ ├── img4.9.0-rc.7-x86_64.yaml │ │ ├── img4.9.0-rc.8-x86_64.yaml │ │ ├── img4.9.0-x86_64.yaml │ │ ├── img4.9.1-x86_64.yaml │ │ ├── img4.9.2-x86_64.yaml │ │ ├── img4.9.3-x86_64.yaml │ │ ├── img4.9.4-x86_64.yaml │ │ ├── img4.9.5-x86_64.yaml │ │ ├── img4.9.6-x86_64.yaml │ │ ├── img4.9.7-x86_64.yaml │ │ ├── img4.9.8-x86_64.yaml │ │ └── img4.9.9-x86_64.yaml └── stable │ ├── 4.6 │ ├── img4.6.1-x86_64.yaml │ ├── img4.6.12-x86_64.yaml │ ├── img4.6.13-x86_64.yaml │ ├── img4.6.15-x86_64.yaml │ ├── img4.6.16-x86_64.yaml │ ├── img4.6.17-x86_64.yaml │ ├── img4.6.18-x86_64.yaml │ ├── img4.6.19-x86_64.yaml │ ├── img4.6.20-x86_64.yaml │ ├── img4.6.21-x86_64.yaml │ ├── img4.6.22-x86_64.yaml │ ├── img4.6.23-x86_64.yaml │ ├── img4.6.25-x86_64.yaml │ ├── img4.6.26-x86_64.yaml │ ├── img4.6.27-x86_64.yaml │ ├── img4.6.28-x86_64.yaml │ ├── img4.6.29-x86_64.yaml │ ├── img4.6.3-x86_64.yaml │ ├── img4.6.30-x86_64.yaml │ ├── img4.6.31-x86_64.yaml │ ├── img4.6.32-x86_64.yaml │ ├── img4.6.34-x86_64.yaml │ ├── img4.6.35-x86_64.yaml │ ├── img4.6.36-x86_64.yaml │ ├── img4.6.38-x86_64.yaml │ ├── img4.6.39-x86_64.yaml │ ├── img4.6.4-x86_64.yaml │ ├── img4.6.40-x86_64.yaml │ ├── img4.6.41-x86_64.yaml │ ├── img4.6.42-x86_64.yaml │ ├── img4.6.43-x86_64.yaml │ ├── img4.6.44-x86_64.yaml │ ├── img4.6.45-x86_64.yaml │ ├── img4.6.46-x86_64.yaml │ ├── img4.6.47-x86_64.yaml │ ├── img4.6.48-x86_64.yaml │ ├── img4.6.6-x86_64.yaml │ ├── img4.6.8-x86_64.yaml │ └── img4.6.9-x86_64.yaml │ ├── 4.7 │ ├── img4.7.0-x86_64.yaml │ ├── img4.7.1-x86_64.yaml │ ├── img4.7.11-x86_64.yaml │ ├── img4.7.12-x86_64.yaml │ ├── img4.7.13-x86_64.yaml │ ├── img4.7.16-x86_64.yaml │ ├── img4.7.18-x86_64.yaml │ ├── img4.7.19-x86_64.yaml │ ├── img4.7.2-x86_64.yaml │ ├── img4.7.21-x86_64.yaml │ ├── img4.7.22-x86_64.yaml │ ├── img4.7.23-x86_64.yaml │ ├── img4.7.24-x86_64.yaml │ ├── img4.7.28-x86_64.yaml │ ├── img4.7.29-x86_64.yaml │ ├── img4.7.3-x86_64.yaml │ ├── img4.7.30-x86_64.yaml │ ├── img4.7.31-x86_64.yaml │ ├── img4.7.32-x86_64.yaml │ ├── img4.7.33-x86_64.yaml │ ├── img4.7.34-x86_64.yaml │ ├── img4.7.36-x86_64.yaml │ ├── img4.7.37-x86_64.yaml │ ├── img4.7.4-x86_64.yaml │ ├── img4.7.5-x86_64.yaml │ ├── img4.7.6-x86_64.yaml │ ├── img4.7.7-x86_64.yaml │ ├── img4.7.8-x86_64.yaml │ └── img4.7.9-x86_64.yaml │ ├── 4.8 │ ├── img4.8.10-x86_64.yaml │ ├── img4.8.11-x86_64.yaml │ ├── img4.8.12-x86_64.yaml │ ├── img4.8.13-x86_64.yaml │ ├── img4.8.14-x86_64.yaml │ ├── img4.8.15-x86_64.yaml │ ├── img4.8.17-x86_64.yaml │ ├── img4.8.18-x86_64.yaml │ ├── img4.8.19-x86_64.yaml │ ├── img4.8.2-x86_64.yaml │ ├── img4.8.20-x86_64.yaml │ ├── img4.8.3-x86_64.yaml │ ├── img4.8.4-x86_64.yaml │ ├── img4.8.5-x86_64.yaml │ └── img4.8.9-x86_64.yaml │ └── 4.9 │ ├── img4.9.0-x86_64.yaml │ ├── img4.9.4-x86_64.yaml │ ├── img4.9.5-x86_64.yaml │ ├── img4.9.6-x86_64.yaml │ └── img4.9.7-x86_64.yaml ├── subscribe ├── application.yaml ├── channel.yaml ├── kustomization.yaml ├── namespace.yaml ├── patch-timewindow.yaml ├── subscription-candidate.yaml ├── subscription-fast.yaml └── subscription-stable.yaml ├── supported-ocp-versions.json └── tooling ├── cleanup-clusterimagesets.sh ├── create-ocp-clusterimagesets.py ├── get_support_version.py ├── keep-visible.py ├── promote-stable-clusterimagesets.py ├── prune.py └── setup-env.sh /.github/workflows/cron-sync-imageset.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/.github/workflows/cron-sync-imageset.yml -------------------------------------------------------------------------------- /.github/workflows/post-submit-imageset.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/.github/workflows/post-submit-imageset.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/CONTRIBUTE.md -------------------------------------------------------------------------------- /ChangeLog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/ChangeLog.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/Makefile -------------------------------------------------------------------------------- /OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/OWNERS -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/SECURITY.md -------------------------------------------------------------------------------- /clusterImageSets/.kubernetesignore: -------------------------------------------------------------------------------- 1 | fast 2 | releases -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.1-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.1-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.12-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.12-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.13-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.13-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.15-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.15-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.16-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.16-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.17-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.17-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.18-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.18-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.19-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.19-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.20-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.20-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.21-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.21-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.22-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.22-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.23-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.23-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.25-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.25-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.26-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.26-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.27-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.27-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.28-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.28-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.29-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.29-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.3-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.3-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.30-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.30-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.31-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.31-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.32-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.32-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.34-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.34-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.35-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.35-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.36-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.36-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.38-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.38-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.39-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.39-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.4-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.4-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.40-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.40-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.41-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.41-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.42-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.42-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.43-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.43-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.44-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.44-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.45-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.45-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.46-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.46-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.47-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.47-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.48-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.48-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.49-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.49-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.6-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.6-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.8-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.8-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.6/img4.6.9-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.6/img4.6.9-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.0-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.0-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.1-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.1-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.11-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.11-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.12-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.12-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.13-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.13-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.16-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.16-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.18-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.18-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.19-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.19-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.2-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.2-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.21-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.21-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.22-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.22-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.23-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.23-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.24-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.24-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.28-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.28-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.29-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.29-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.3-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.3-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.30-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.30-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.31-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.31-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.32-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.32-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.33-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.33-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.34-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.34-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.36-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.36-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.37-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.37-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.4-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.4-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.5-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.5-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.6-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.6-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.7-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.7-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.8-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.8-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.7/img4.7.9-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.7/img4.7.9-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.10-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.8/img4.8.10-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.11-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.8/img4.8.11-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.12-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.8/img4.8.12-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.13-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.8/img4.8.13-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.14-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.8/img4.8.14-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.15-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.8/img4.8.15-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.17-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.8/img4.8.17-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.18-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.8/img4.8.18-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.19-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.8/img4.8.19-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.2-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.8/img4.8.2-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.20-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.8/img4.8.20-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.21-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.8/img4.8.21-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.3-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.8/img4.8.3-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.4-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.8/img4.8.4-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.5-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.8/img4.8.5-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.8/img4.8.9-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.8/img4.8.9-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.9/img4.9.0-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.9/img4.9.0-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.9/img4.9.4-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.9/img4.9.4-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.9/img4.9.5-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.9/img4.9.5-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.9/img4.9.6-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.9/img4.9.6-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.9/img4.9.7-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.9/img4.9.7-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/fast/4.9/img4.9.8-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/fast/4.9/img4.9.8-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-0-2020-07-31-080025-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.0-0-2020-07-31-080025-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-0.nightly-2020-07-31-080025-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.0-0.nightly-2020-07-31-080025-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-0.nightly-2020-07-31-225620-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.0-0.nightly-2020-07-31-225620-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-fc.0-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.0-fc.0-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-fc.1-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.0-fc.1-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-fc.2-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.0-fc.2-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-fc.3-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.0-fc.3-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-fc.4-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.0-fc.4-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-fc.5-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.0-fc.5-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-fc.6-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.0-fc.6-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-fc.7-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.0-fc.7-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-fc.8-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.0-fc.8-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-fc.9-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.0-fc.9-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-rc.0-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.0-rc.0-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-rc.1-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.0-rc.1-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-rc.2-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.0-rc.2-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-rc.3-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.0-rc.3-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-rc.4-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.0-rc.4-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.0-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.0-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.1-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.1-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.10-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.10-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.11-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.11-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.12-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.12-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.13-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.13-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.14-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.14-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.15-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.15-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.16-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.16-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.17-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.17-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.18-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.18-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.19-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.19-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.2-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.2-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.20-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.20-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.21-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.21-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.22-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.22-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.23-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.23-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.24-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.24-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.25-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.25-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.26-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.26-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.27-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.27-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.28-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.28-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.29-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.29-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.3-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.3-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.30-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.30-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.31-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.31-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.32-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.32-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.33-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.33-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.34-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.34-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.35-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.35-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.36-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.36-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.37-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.37-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.38-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.38-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.39-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.39-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.4-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.4-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.40-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.40-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.41-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.41-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.42-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.42-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.43-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.43-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.44-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.44-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.45-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.45-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.46-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.46-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.47-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.47-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.48-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.48-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.49-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.49-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.5-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.5-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.50-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.50-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.6-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.6-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.7-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.7-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.8-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.8-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.6/img4.6.9-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.6/img4.6.9-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.0-assembly.art3091-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.0-assembly.art3091-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.0-fc.0-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.0-fc.0-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.0-fc.1-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.0-fc.1-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.0-fc.2-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.0-fc.2-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.0-fc.3-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.0-fc.3-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.0-fc.4-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.0-fc.4-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.0-fc.5-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.0-fc.5-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.0-rc.0-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.0-rc.0-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.0-rc.1-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.0-rc.1-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.0-rc.2-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.0-rc.2-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.0-rc.3-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.0-rc.3-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.0-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.0-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.1-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.1-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.10-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.10-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.11-assembly.art3334-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.11-assembly.art3334-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.11-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.11-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.12-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.12-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.13-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.13-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.14-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.14-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.15-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.15-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.16-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.16-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.17-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.17-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.18-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.18-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.19-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.19-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.2-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.2-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.20-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.20-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.21-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.21-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.22-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.22-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.23-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.23-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.24-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.24-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.25-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.25-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.26-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.26-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.27-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.27-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.28-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.28-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.29-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.29-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.3-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.3-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.30-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.30-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.31-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.31-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.32-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.32-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.33-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.33-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.34-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.34-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.35-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.35-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.36-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.36-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.37-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.37-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.38-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.38-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.4-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.4-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.5-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.5-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.6-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.6-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.7-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.7-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.8-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.8-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.7/img4.7.9-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.7/img4.7.9-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-assembly.hack-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.0-assembly.hack-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-fc.0-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.0-fc.0-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-fc.1-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.0-fc.1-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-fc.2-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.0-fc.2-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-fc.3-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.0-fc.3-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-fc.4-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.0-fc.4-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-fc.5-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.0-fc.5-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-fc.6-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.0-fc.6-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-fc.7-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.0-fc.7-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-fc.8-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.0-fc.8-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-fc.9-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.0-fc.9-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-rc.0-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.0-rc.0-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-rc.1-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.0-rc.1-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-rc.2-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.0-rc.2-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-rc.3-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.0-rc.3-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.0-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.0-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.1-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.1-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.10-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.10-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.11-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.11-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.12-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.12-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.13-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.13-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.14-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.14-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.15-assembly.art3489-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.15-assembly.art3489-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.15-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.15-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.16-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.16-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.17-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.17-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.18-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.18-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.19-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.19-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.2-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.2-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.20-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.20-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.21-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.21-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.22-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.22-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.3-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.3-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.4-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.4-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.5-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.5-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.6-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.6-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.7-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.7-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.8-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.8-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.8/img4.8.9-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.8/img4.8.9-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.0-fc.0-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.9/img4.9.0-fc.0-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.0-fc.1-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.9/img4.9.0-fc.1-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.0-rc.0-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.9/img4.9.0-rc.0-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.0-rc.1-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.9/img4.9.0-rc.1-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.0-rc.2-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.9/img4.9.0-rc.2-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.0-rc.3-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.9/img4.9.0-rc.3-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.0-rc.4-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.9/img4.9.0-rc.4-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.0-rc.5-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.9/img4.9.0-rc.5-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.0-rc.6-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.9/img4.9.0-rc.6-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.0-rc.7-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.9/img4.9.0-rc.7-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.0-rc.8-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.9/img4.9.0-rc.8-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.0-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.9/img4.9.0-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.1-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.9/img4.9.1-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.2-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.9/img4.9.2-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.3-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.9/img4.9.3-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.4-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.9/img4.9.4-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.5-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.9/img4.9.5-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.6-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.9/img4.9.6-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.7-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.9/img4.9.7-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.8-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.9/img4.9.8-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/releases/4.9/img4.9.9-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/releases/4.9/img4.9.9-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.1-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.1-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.12-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.12-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.13-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.13-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.15-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.15-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.16-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.16-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.17-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.17-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.18-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.18-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.19-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.19-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.20-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.20-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.21-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.21-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.22-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.22-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.23-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.23-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.25-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.25-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.26-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.26-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.27-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.27-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.28-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.28-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.29-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.29-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.3-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.3-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.30-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.30-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.31-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.31-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.32-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.32-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.34-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.34-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.35-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.35-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.36-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.36-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.38-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.38-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.39-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.39-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.4-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.4-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.40-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.40-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.41-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.41-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.42-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.42-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.43-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.43-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.44-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.44-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.45-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.45-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.46-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.46-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.47-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.47-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.48-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.48-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.6-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.6-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.8-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.8-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.6/img4.6.9-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.6/img4.6.9-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.0-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.0-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.1-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.1-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.11-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.11-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.12-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.12-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.13-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.13-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.16-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.16-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.18-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.18-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.19-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.19-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.2-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.2-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.21-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.21-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.22-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.22-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.23-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.23-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.24-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.24-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.28-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.28-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.29-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.29-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.3-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.3-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.30-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.30-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.31-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.31-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.32-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.32-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.33-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.33-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.34-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.34-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.36-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.36-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.37-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.37-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.4-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.4-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.5-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.5-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.6-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.6-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.7-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.7-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.8-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.8-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.7/img4.7.9-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.7/img4.7.9-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.10-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.8/img4.8.10-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.11-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.8/img4.8.11-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.12-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.8/img4.8.12-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.13-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.8/img4.8.13-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.14-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.8/img4.8.14-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.15-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.8/img4.8.15-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.17-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.8/img4.8.17-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.18-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.8/img4.8.18-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.19-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.8/img4.8.19-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.2-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.8/img4.8.2-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.20-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.8/img4.8.20-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.3-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.8/img4.8.3-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.4-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.8/img4.8.4-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.5-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.8/img4.8.5-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.8/img4.8.9-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.8/img4.8.9-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.9/img4.9.0-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.9/img4.9.0-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.9/img4.9.4-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.9/img4.9.4-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.9/img4.9.5-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.9/img4.9.5-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.9/img4.9.6-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.9/img4.9.6-x86_64.yaml -------------------------------------------------------------------------------- /clusterImageSets/stable/4.9/img4.9.7-x86_64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/clusterImageSets/stable/4.9/img4.9.7-x86_64.yaml -------------------------------------------------------------------------------- /subscribe/application.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/subscribe/application.yaml -------------------------------------------------------------------------------- /subscribe/channel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/subscribe/channel.yaml -------------------------------------------------------------------------------- /subscribe/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/subscribe/kustomization.yaml -------------------------------------------------------------------------------- /subscribe/namespace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/subscribe/namespace.yaml -------------------------------------------------------------------------------- /subscribe/patch-timewindow.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/subscribe/patch-timewindow.yaml -------------------------------------------------------------------------------- /subscribe/subscription-candidate.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/subscribe/subscription-candidate.yaml -------------------------------------------------------------------------------- /subscribe/subscription-fast.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/subscribe/subscription-fast.yaml -------------------------------------------------------------------------------- /subscribe/subscription-stable.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/subscribe/subscription-stable.yaml -------------------------------------------------------------------------------- /supported-ocp-versions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/supported-ocp-versions.json -------------------------------------------------------------------------------- /tooling/cleanup-clusterimagesets.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/tooling/cleanup-clusterimagesets.sh -------------------------------------------------------------------------------- /tooling/create-ocp-clusterimagesets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/tooling/create-ocp-clusterimagesets.py -------------------------------------------------------------------------------- /tooling/get_support_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/tooling/get_support_version.py -------------------------------------------------------------------------------- /tooling/keep-visible.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/tooling/keep-visible.py -------------------------------------------------------------------------------- /tooling/promote-stable-clusterimagesets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/tooling/promote-stable-clusterimagesets.py -------------------------------------------------------------------------------- /tooling/prune.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/tooling/prune.py -------------------------------------------------------------------------------- /tooling/setup-env.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stolostron/acm-hive-openshift-releases/HEAD/tooling/setup-env.sh --------------------------------------------------------------------------------