Skip to content

Commit

Permalink
Merge pull request #5175 from mantis-toboggan-md/backport-add-docker-…
Browse files Browse the repository at this point in the history
…27.2

add option for docker 27.2.x
  • Loading branch information
nwmac authored Oct 2, 2024
2 parents 824ddc3 + e938e6f commit 87cbd65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/shared/addon/components/form-engine-opts/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ export default Component.extend({
} catch (_err) {}

let out = [
{
label: 'v27.2.x',
value: 'https://releases.rancher.com/install-docker/27.2.sh'
},
{
label: 'v27.1.x',
value: 'https://releases.rancher.com/install-docker/27.1.sh'
Expand Down

0 comments on commit 87cbd65

Please sign in to comment.