Skip to content

Commit

Permalink
dont use kurl latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell committed Sep 20, 2023
1 parent de6b1e5 commit f0d8589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/cmx-versions/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10166,7 +10166,7 @@ async function getClusterVersions() {
// we don't test helmvm
return;
} else if (distroName === 'kurl') {
versionsToTest.push({ distribution: distroName, version: 'latest' });
versionsToTest.push({ distribution: distroName, version: '415b20e' });
return;
}

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/cmx-versions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async function getClusterVersions() {
// we don't test helmvm
return;
} else if (distroName === 'kurl') {
versionsToTest.push({ distribution: distroName, version: 'latest' });
versionsToTest.push({ distribution: distroName, version: '415b20e' });
return;
}

Expand Down

0 comments on commit f0d8589

Please sign in to comment.