Optional override of runner image in chart (#666)
Lint and Test Charts / lint-test (push) Has been cancelled
Lint and Test Charts / lint-test (push) Has been cancelled
* 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](https://github.com/actions-runner-controller/actions-runner-controller/blob/master/main.go#L89) from the controller. The default value is set as a constant [here](https://github.com/actions-runner-controller/actions-runner-controller/blob/acb906164b6cc8b3604fa816cd3a99acffe991a2/main.go#L40). The default value for the chart is the same. * Fixing actionsRunner name ... to actionsRunnerRepositoryAndTag for consistency. * Bumping chart to v0.12.5
This commit is contained in:
@@ -24,6 +24,7 @@ _Default values are the defaults set in the charts values.yaml, some properties
|
||||
| `authSecret.github_token` | Your chosen GitHub PAT token. **This can't be set at the same time as the `authSecret.github_app_*`** | |
|
||||
| `image.repository` | The "repository/image" of the controller container | summerwind/actions-runner-controller |
|
||||
| `image.tag` | The tag of the controller container | |
|
||||
| `image.actionsRunnerRepositoryAndTag` | The "repository/image" of the actions runner container | summerwind/actions-runner:latest |
|
||||
| `image.dindSidecarRepositoryAndTag` | The "repository/image" of the dind sidecar container | docker:dind |
|
||||
| `image.pullPolicy` | The pull policy of the controller image | IfNotPresent |
|
||||
| `metrics.serviceMonitor` | Deploy serviceMonitor kind for for use with prometheus-operator CRDs | false |
|
||||
|
||||
Reference in New Issue
Block a user