Skip to content

Commit

Permalink
revert back to eks 1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jun 27, 2024
1 parent 49fc45e commit 3d00786
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/cmx-versions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ async function getClusterVersions() {
latest_minor_versions: true,
},
eks: {
latest_version: true,
// latest_version: true,
// TODO: re-enable latest_version once we have compatibility with 1.30
versions: new Set(["1.29"]),
instance_type: "m7g.large" // arm64
},
openshift: {
Expand Down

0 comments on commit 3d00786

Please sign in to comment.