Skip to content

Commit 49df3da

Browse files
authored
feat(actions-runner-controller): update the legacy ARC (#513)
- this includes some new functionality such as: - allowing modification of var-run mount maximum size limit - allowing more Docker config options
1 parent adf3a5e commit 49df3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/actions-runner-controller/config.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ local config = import 'jsonnet/config.jsonnet';
22

33
local versions = [
44
{output: '0.26', version: '0.26.0', legacy: true},
5-
{output: '0.27', version: '0.27.4', legacy: true},
5+
{output: '0.27', version: '0.27.6', legacy: true},
66
{output: '0.4', version: 'gha-runner-scale-set-0.4.0'},
77
{output: '0.5', version: 'gha-runner-scale-set-0.5.0'},
88
];

0 commit comments

Comments
 (0)