-
Optional override of runner image in chart (#666)
Some checks failedLint and Test Charts / lint-test (push) Has been cancelledreleased this
2021-06-30 00:53:45 +00:00 | 1345 commits to master since this release- Optional override of runner image in chart
This commit adds the option to override the actions runner image. This
allows running the controller in environments where access to Dockerhub
is restricted.It uses the parameter --runner-image from the controller.
The default value is set as a constant
here.The default value for the chart is the same.
- Fixing actionsRunner name
... to actionsRunnerRepositoryAndTag for consistency.
- Bumping chart to v0.12.5
Downloads