Skip to content

Commit 0f67306

Browse files
author
Gordon Byers
authored
Merge branch 'main' into gb-littlefixes
2 parents 720a965 + 9b790b4 commit 0f67306

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

helper/src/components/clusterTab.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ export default function ({ tabValues, updateFn, featureFlag, invalidArray }) {
201201
{ key: 'none', text: 'Disables auto-upgrades' },
202202
{ key: 'patch', text: 'Patch: auto-upgrade cluster to the latest supported patch version when it becomes available while keeping the minor version the same.' },
203203
{ key: 'stable', text: 'Stable: auto-upgrade cluster to the latest supported patch release on minor version N-1, where N is the latest supported minor version' },
204-
{ key: 'rapid', text: 'Rapid: auto-upgrade cluster to the latest supported patch release on the latest supported minor version.' }
204+
{ key: 'rapid', text: 'Rapid: auto-upgrade cluster to the latest supported patch release on the latest supported minor version.' },
205+
{ key: 'node-image', text: 'Node-Image: auto-upgrade cluster node images to the latest version available.' }
205206

206207
]}
207208
onChange={(ev, { key }) => updateFn("upgradeChannel", key)}

0 commit comments

Comments
 (0)