Skip to content

Commit 3012ba4

Browse files
sc-106544: Enabling OKE Testing
1 parent b8f0eed commit 3012ba4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/cmx-versions/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ async function getClusterVersions() {
4545
// filtering out all versions except 4.14.0-okd for now per sc-90893
4646
versions: new Set(["4.14.0-okd"])
4747
},
48-
oke: {}
48+
oke: {
49+
versions: new Set(["v1.29.1", "v1.30.1"]),
50+
}
4951
}
5052
}
5153

0 commit comments

Comments
 (0)