Skip to content

Commit

Permalink
Add docker install URL for 27.0 and 27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Sep 5, 2024
1 parent 76b6fd3 commit e90eecc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 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,14 @@ export default Component.extend({
} catch (_err) {}

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

Check failure on line 57 in lib/shared/addon/components/form-engine-opts/component.js

View workflow job for this annotation

GitHub Actions / lint

Trailing spaces not allowed
{
label: 'v26.1.x',
value: 'https://releases.rancher.com/install-docker/26.1.sh'
Expand Down

0 comments on commit e90eecc

Please sign in to comment.