Skip to content

Commit

Permalink
Update rancher support k8s version
Browse files Browse the repository at this point in the history
  • Loading branch information
smallteeths committed Nov 29, 2024
1 parent 10223b5 commit 097ca20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ export default Ember.Component.extend(ClusterDriver, {

fetchVersions() {
return this.queryFromTencent('versions').then((res) => {
const versionRange = ['1.27', '1.28', '1.29', '1.30'];
const versionRange = ['1.27', '1.28', '1.29', '1.30', '1.31'];
const versions = get(res, 'VersionInstanceSet').map((key) => {
const enabled = versionRange.find(v=>{
return key.Version.startsWith(`${v}.`);
Expand Down

0 comments on commit 097ca20

Please sign in to comment.