diff --git a/.github/actions/cmx-versions/dist/index.js b/.github/actions/cmx-versions/dist/index.js index 8bfc9f6e47..cb58889612 100644 --- a/.github/actions/cmx-versions/dist/index.js +++ b/.github/actions/cmx-versions/dist/index.js @@ -7664,6 +7664,9 @@ async function getClusterVersions() { openshift: { // filtering out all versions except 4.14.0-okd for now per sc-90893 versions: new Set(["4.14.0-okd"]) + }, + oke: { + versions: new Set(["1.30.1"]) } } diff --git a/.github/actions/cmx-versions/index.js b/.github/actions/cmx-versions/index.js index 39a950bdc6..687ed5f9be 100644 --- a/.github/actions/cmx-versions/index.js +++ b/.github/actions/cmx-versions/index.js @@ -44,6 +44,9 @@ async function getClusterVersions() { openshift: { // filtering out all versions except 4.14.0-okd for now per sc-90893 versions: new Set(["4.14.0-okd"]) + }, + oke: { + versions: new Set(["1.30.1"]) } }