Skip to content

Commit

Permalink
Adding OKE 1.30.1 (#4924)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewinne authored Sep 27, 2024
1 parent ea8f786 commit 922bdd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/cmx-versions/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
}
}

Expand Down
3 changes: 3 additions & 0 deletions .github/actions/cmx-versions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
}
}

Expand Down

0 comments on commit 922bdd5

Please sign in to comment.