• Optional override of runner image in chart (#666)
    Lint and Test Charts / lint-test (push) Has been cancelled

    gitea-admin released this 2021-06-29 20:53:45 -04: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